This commit is contained in:
筱锋xiao_lfeng 2023-11-21 13:27:15 +08:00
parent 158c9d2bae
commit 2663581e7f
No known key found for this signature in database
GPG Key ID: 6915780EF07491E5
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ eureka:
defaultZone: http://localhost:8761/eureka
spring:
application:
name: Gateway_Server
name: gateway
cloud:
gateway:
# 配置路由,注意这里是个列表,每一项都包含了很多信息

View File

@ -2,7 +2,7 @@ server:
port: 8101
spring:
application:
name: Terminal_Service
name: terminal
datasource:
url: jdbc:mysql://116.62.237.147:3306
username: campus

View File

@ -2,7 +2,7 @@ server:
port: 8103
spring:
application:
name: Token_Service
name: token
datasource:
url: jdbc:mysql://116.62.237.147:3306
username: campus

View File

@ -2,7 +2,7 @@ server:
port: 8102
spring:
application:
name: User_Service
name: user
datasource:
url: jdbc:mysql://116.62.237.147:3306
username: campus