Add spring backend
This commit is contained in:
12
backend-spring/src/main/resources/application.properties
Normal file
12
backend-spring/src/main/resources/application.properties
Normal file
@@ -0,0 +1,12 @@
|
||||
spring.application.name=allowance-planner
|
||||
|
||||
spring.datasource.url=jdbc:postgresql://localhost:5432/allowance_planner
|
||||
spring.datasource.username=postgres
|
||||
spring.datasource.password=postgres
|
||||
|
||||
spring.jpa.hibernate.ddl-auto=validate
|
||||
spring.jpa.open-in-view=false
|
||||
|
||||
spring.flyway.enabled=true
|
||||
|
||||
server.port=8080
|
||||
Reference in New Issue
Block a user