Initial commit - nettoyage et initialisation
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
spring:
|
||||
application:
|
||||
name: as-talange
|
||||
datasource:
|
||||
url: jdbc:postgresql://localhost:5433/astalange
|
||||
username: myuser
|
||||
password: mypassword
|
||||
driver-class-name: org.postgresql.Driver
|
||||
jpa:
|
||||
hibernate:
|
||||
ddl-auto: validate
|
||||
show-sql: true
|
||||
properties:
|
||||
hibernate:
|
||||
format_sql: true
|
||||
flyway:
|
||||
enabled: true
|
||||
locations: classpath:db/migration
|
||||
|
||||
server:
|
||||
port: 8080
|
||||
Reference in New Issue
Block a user