src/main/resources/application.yml
@@ -1,7 +1,7 @@ ########################## Server ########################## spring: profiles: active: pro active: dev application: name: igds-api main: @@ -19,7 +19,6 @@ ########################## logback ########################## logging: config: classpath:logback-spring.xml ########################## thymeleaf模板配置 ##########################