vince
2024-04-26 b1c572949997a5d82d9b609163ff280a1c49627d
src/main/resources/application.yml
@@ -1,7 +1,7 @@
##########################  Server   ##########################
spring:
  profiles:
    active: devGateway
    active: proGateway
  application:
    name: igds-api
  main:
@@ -21,7 +21,7 @@
  config: classpath:logback-spring.xml
  ##########################  thymeleaf模板配置   ##########################
##########################  thymeleaf模板配置   ##########################
  thymeleaf:
    prefix: classpath:/templates/
    suffix: .html