@@ -1,7 +1,7 @@
#Web服务器端口
# 服务器上的端口是 9400 本地启动的端口是 9401
server:
- port: 9401
+ port: 9400
debug: true
@@ -8,7 +8,7 @@ spring:
allow-circular-references: true
# 应用名
application:
- name: ${project.artifactId}-trx
+ name: ${project.artifactId}
# 当前读取配置文件的类型
profiles:
active: ${spring.profiles.active}