mirror of
https://github.com/vran-dev/databasir.git
synced 2025-11-03 06:36:11 +08:00
feat: init api (#2)
This commit is contained in:
11
api/src/main/resources/application-local.properties
Normal file
11
api/src/main/resources/application-local.properties
Normal file
@@ -0,0 +1,11 @@
|
||||
server.port=8080
|
||||
logging.level.org.jooq=DEBUG
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=123456
|
||||
spring.datasource.url=jdbc:mysql://localhost:3306/databasir
|
||||
spring.jooq.sql-dialect=mysql
|
||||
|
||||
spring.flyway.enabled=true
|
||||
spring.flyway.baseline-on-migrate=true
|
||||
spring.flyway.locations=classpath:db/migration
|
||||
Reference in New Issue
Block a user