2026-08-12 23:38:59 +07:00
|
|
|
spring:
|
|
|
|
|
application:
|
|
|
|
|
name: lms
|
|
|
|
|
|
|
|
|
|
datasource:
|
|
|
|
|
url: jdbc:postgresql://localhost:5432/aplp
|
|
|
|
|
username: postgres
|
|
|
|
|
password: Pa55w0rd
|
|
|
|
|
|
|
|
|
|
jpa:
|
|
|
|
|
hibernate:
|
2026-08-13 21:09:59 +07:00
|
|
|
ddl-auto: validate
|
2026-08-12 23:38:59 +07:00
|
|
|
properties:
|
|
|
|
|
hibernate:
|
|
|
|
|
default_schema: lms
|
|
|
|
|
format_sql: true
|
|
|
|
|
show-sql: true
|
|
|
|
|
|
2026-08-13 21:09:59 +07:00
|
|
|
flyway:
|
|
|
|
|
enabled: true
|
|
|
|
|
default-schema: lms
|
|
|
|
|
schemas: lms
|
|
|
|
|
locations: classpath:db/migration
|
2026-08-12 23:38:59 +07:00
|
|
|
|
|
|
|
|
springdoc:
|
|
|
|
|
swagger-ui:
|
|
|
|
|
path: /swagger-ui
|