This commit is contained in:
samnyan
2020-01-17 01:20:56 +09:00
parent 3d99839fef
commit 136dd1989b
4 changed files with 12 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ allnet.server.host=localhost
allnet.server.port=80
## Http Server Port
server.port=80
spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.url=jdbc:h2:mem:db
spring.jpa.hibernate.ddl-auto=create-drop
spring.datasource.driver-class-name=org.sqlite.JDBC
spring.datasource.url=jdbc:sqlite:data/test.sqlite
spring.jpa.hibernate.ddl-auto=none
spring.flyway.locations=classpath:db/migration/sqlite