config(server): 配置生产环境服务器端口
- 在 application-ysb.yml 中添加 server.port 配置 - 设置生产环境服务器端口为 9300
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
# 生产环境配置
|
||||
server:
|
||||
port: 9300
|
||||
|
||||
# 数据源配置
|
||||
spring:
|
||||
|
||||
Reference in New Issue
Block a user