application.properties 805 Bytes
spring.profiles.active=@environment@

# thymeleaf\u3001tomcat\u3001mybatis \u76F8\u5173\u516C\u5171\u914D\u7F6E
spring.thymeleaf.mode=LEGACYHTML5
spring.thymeleaf.encoding=UTF-8
spring.thymeleaf.servlet.content-type=text/html
spring.thymeleaf.cache=false

server.tomcat.max-http-post-size=-1
server.max-http-header-size=10240

server.tomcat.protocol_header=x-forwarded-proto
server.use-forward-headers=true

spring.jpa.properties.hibernate.hbm2ddl.auto=update
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
spring.jpa.show-sql= true

server.tomcat.uri-encoding=UTF-8
spring.http.encoding.charset=UTF-8
spring.http.encoding.enabled=true
spring.http.encoding.force=true

mybatis.mapper-locations=classpath:mapper/*.xml
mybatis.type-aliases-package=com.cnlive.shenhe.entity