Compare commits

...

1 Commits

Author SHA1 Message Date
85c3e7ec98 testfenzhishan 2025-11-12 14:36:24 +08:00
3 changed files with 4 additions and 2 deletions

View File

@ -89,6 +89,8 @@ data:
# 机场数据源配置 - 开发环境 # 机场数据源配置 - 开发环境
airport-api: airport-api:
base-url: http://localhost:8090 base-url: http://localhost:8090
# 滑行路由
glide-url: http://localhost:8099
auth: auth:
username: dianxin username: dianxin
password: dianxin@123 password: dianxin@123

View File

@ -40,8 +40,8 @@ spring:
# 默认激活的profile开发环境 # 默认激活的profile开发环境
profiles: profiles:
# active: dev,druid active: dev,druid
active: prod,druid #active: prod,druid
# 文件上传 # 文件上传
servlet: servlet: