chore(config): 更新开发环境服务器端口配置- 将服务器端口从 7003 修改为 7005- 保持其他开发环境配置不变
src/main/resources/application-dev.yml @@ -18,7 +18,7 @@ # 开发环境配置 server: # 服务器的HTTP端口,默认为8080 port: 7003 port: 7005 servlet: # 应用的访问路径 context-path: /