vince
2024-07-03 69e8acc5dd1f760eb60e914472c151bfa8126a52
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