refact(微服务平台): 生产环境所有服务端口统一使用8080,简化配置成本

This commit is contained in:
OTTO 2025-09-08 16:43:18 +08:00
parent d1076e48d5
commit 69e789d856
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Tomcat
server:
port: 9110
port: 8080
# Spring
spring: