forked from gzzfw/backEnd/gz-dyh

zhouxiantao
2024-10-21 cf06bb9c6602bc1c136eb68f0e33f1148a56553d
dyh-service/dyh-sync/src/main/resources/config/application.yml
@@ -2,8 +2,8 @@
spring:
  profiles:
    active:
      - dev
#      - test
#      - dev
      - test
#      - prod
  devtools:
    restart:
@@ -15,10 +15,7 @@
  main:
    #可以重复命名配置
    allow-bean-definition-overriding: true
  thymeleaf:
    cache: false
    prefix:
      classpath: /templates
    allow-circular-references: true
#server配置