feat: add dependency
This commit is contained in:
@@ -9,18 +9,18 @@ spring:
|
||||
|
||||
jpa:
|
||||
hibernate:
|
||||
ddl-auto: update
|
||||
ddl-auto: validate
|
||||
properties:
|
||||
hibernate:
|
||||
default_schema: lms
|
||||
format_sql: true
|
||||
show-sql: true
|
||||
|
||||
# flyway:
|
||||
# enabled: true
|
||||
# default-schema: lms
|
||||
# schemas: lms
|
||||
# locations: classpath:db/migration
|
||||
flyway:
|
||||
enabled: true
|
||||
default-schema: lms
|
||||
schemas: lms
|
||||
locations: classpath:db/migration
|
||||
|
||||
springdoc:
|
||||
swagger-ui:
|
||||
|
||||
Reference in New Issue
Block a user