application.properties 397 字节
Newer Older
Y
Yiming Liu 已提交
1 2 3 4 5 6 7 8 9
# DataSource
spring.datasource.testWhileIdle=true
spring.datasource.testOnBorrow=true
spring.datasource.validationQuery=SELECT 1

# Naming strategy
spring.jpa.hibernate.naming_strategy=org.hibernate.cfg.EJB3NamingStrategy
spring.jpa.hibernate.globally_quoted_identifiers=true
spring.jpa.properties.hibernate.globally_quoted_identifiers=true
10 11

# Tomcat configuration
J
Jason Song 已提交
12
server.tomcat.accept-count=1024