application.properties 347 字节
Newer Older
1
spring.datasource.url = jdbc:h2:mem:~/apolloportaldb;mode=mysql;DB_CLOSE_ON_EXIT=FALSE;DB_CLOSE_DELAY=-1
2
spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
N
nobodyiam 已提交
3
spring.jpa.properties.hibernate.show_sql=false
L
lepdou 已提交
4 5
spring.h2.console.enabled = true
spring.h2.console.settings.web-allow-others=true