Commit 41adcfa751545e7088be5b149f0b3c6af9b7bbd9
1 parent
afff8c78
抢险任务提交update
Showing
1 changed file
with
1 additions
and
1 deletions
urbanops-server/src/main/resources/application.yaml
| @@ -3,7 +3,7 @@ spring: | @@ -3,7 +3,7 @@ spring: | ||
| 3 | name: urbanops-server | 3 | name: urbanops-server |
| 4 | 4 | ||
| 5 | profiles: | 5 | profiles: |
| 6 | - active: dev | 6 | + active: prod |
| 7 | 7 | ||
| 8 | main: | 8 | main: |
| 9 | allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。 | 9 | allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。 |