application.properties 309 B

123456
  1. spring.datasource.url = jdbc:h2:mem:~/apolloconfigdb;mode=mysql;DB_CLOSE_ON_EXIT=FALSE;DB_CLOSE_DELAY=-1
  2. spring.jpa.hibernate.naming_strategy=org.hibernate.cfg.EJB3NamingStrategy
  3. spring.jpa.properties.hibernate.show_sql=false
  4. spring.h2.console.enabled = true
  5. spring.h2.console.settings.web-allow-others=true