chore(config): 将服务器端口从8081改回默认的8080
- 修改 application.yml 中 server.port 从 8081 到 8080 - 保持其他开发环境配置不变
This commit is contained in:
@@ -16,7 +16,7 @@ ruoyi:
|
||||
# 开发环境配置
|
||||
server:
|
||||
# 服务器的HTTP端口,默认为8080
|
||||
port: 8081
|
||||
port: 8080
|
||||
forward-headers-strategy: framework
|
||||
servlet:
|
||||
# 应用的访问路径
|
||||
|
||||
Reference in New Issue
Block a user