This commit is contained in:
筱锋xiao_lfeng 2023-11-20 21:03:56 +08:00
parent f8dece2e6a
commit 158c9d2bae
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: GatewayServer
name: Gateway_Server
cloud:
gateway:
# 配置路由,注意这里是个列表,每一项都包含了很多信息

View File

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

View File

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

View File

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