application-dev.properties 365 Bytes
#spring.datasource.url=jdbc:h2:file:./h2/storageConfig
spring.datasource.url=jdbc:h2:tcp://localhost:9092/F:\\myIDEAworkspace\\\u7E41\u661F\\storage-config\\h2\\storageConfig
spring.datasource.username=root
spring.datasource.password=vion
spring.datasource.schema=classpath:db/init.sql
spring.h2.console.enabled=true
spring.h2.console.settings.web-allow-others=true