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

View File

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

View File

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

View File

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