refact(微服务平台): 生产环境所有服务端口统一使用8080,简化配置成本
This commit is contained in:
parent
d1076e48d5
commit
69e789d856
|
|
@ -1,6 +1,6 @@
|
|||
# Tomcat
|
||||
server:
|
||||
port: 9110
|
||||
port: 8080
|
||||
|
||||
# Spring
|
||||
spring:
|
||||
|
|
|
|||
Loading…
Reference in New Issue