Products and blogs

This commit is contained in:
2024-12-23 22:07:01 -06:00
parent 0109c42fce
commit e7cb8b5b2f
29 changed files with 516 additions and 33 deletions

View File

@@ -0,0 +1,9 @@
spring.datasource.driverClassName = org.postgresql.Driver
spring.flyway.enabled=true
spring.flyway.locations=classpath:db/migration
spring.flyway.baseline-on-migrate=true
spring.flyway.out-of-order=true
spring.flyway.validate-on-migrate=true
management.endpoints.web.exposure.include=info,health,prometheus