吉安感知网项目-后端
xiebin
2026-01-22 34f2859ba49d2b43b9e2c206b41fa355c1dd59c9
del-system服务端口调整
3 files modified
6 ■■■■ changed files
drone-service/drone-system/src/main/resources/application-dev.yml 2 ●●● patch | view | raw | blame | history
drone-service/drone-system/src/main/resources/application-prod.yml 2 ●●● patch | view | raw | blame | history
drone-service/drone-system/src/main/resources/application-test.yml 2 ●●● patch | view | raw | blame | history
drone-service/drone-system/src/main/resources/application-dev.yml
@@ -1,6 +1,6 @@
#服务器端口
server:
  port: 8106
  port: 8116
#数据源配置
spring:
drone-service/drone-system/src/main/resources/application-prod.yml
@@ -1,6 +1,6 @@
#服务器端口
server:
  port: 8106
  port: 8116
#数据源配置
spring:
drone-service/drone-system/src/main/resources/application-test.yml
@@ -1,6 +1,6 @@
#服务器端口
server:
  port: 8106
  port: 8116
#数据源配置
spring: