application.properties 399 字节
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 12

# Tomcat configuration
server.tomcat.acceptor-count=1024