config(server): 配置生产环境服务器端口

- 在 application-ysb.yml 中添加 server.port 配置
- 设置生产环境服务器端口为 9300
This commit is contained in:
2026-02-24 17:27:15 +08:00
parent bb45d4b96e
commit fe893c71f6

View File

@@ -1,4 +1,6 @@
# 生产环境配置 # 生产环境配置
server:
port: 9300
# 数据源配置 # 数据源配置
spring: spring: