This commit is contained in:
ondal
2025-02-12 22:05:54 +09:00
parent 7a4f60c842
commit 2b100e1bcf
20 changed files with 47 additions and 19 deletions
+6 -3
View File
@@ -6,12 +6,12 @@ spring:
name: recommend-service
datasource:
url: jdbc:postgresql://${POSTGRES_HOST:localhost}:${POSTGRES_PORT:5432}/${POSTGRES_DB:recommend}
username: ${POSTGRES_USER:postgres}
password: ${POSTGRES_PASSWORD:postgres}
username: ${POSTGRES_USER:admin}
password: ${POSTGRES_PASSWORD:Passw0rd}
driver-class-name: org.postgresql.Driver
jpa:
hibernate:
ddl-auto: ${JPA_DDL_AUTO:validate}
ddl-auto: ${JPA_DDL_AUTO:update}
show-sql: ${JPA_SHOW_SQL:false}
properties:
hibernate:
@@ -19,6 +19,9 @@ spring:
allowedorigins: ${ALLOWED_ORIGINS:*}
jwt:
secret: ${JWT_SECRET:8O2HQ13etL2BWZvYOiWsJ5uWFoLi6NBUG8divYVoCgtHVvlk3dqRksMl16toztDUeBTSIuOOPvHIrYq11G2BwQ==}
springdoc:
swagger-ui:
path: /swagger-ui.html