Delete recommend/build directory

This commit is contained in:
Lee Hae Kyoung 2025-04-12 14:10:15 +09:00 committed by GitHub
parent b1728a1dc1
commit cf4d407843
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
25 changed files with 0 additions and 36 deletions

View File

@ -1 +0,0 @@
com.unicorn.lifesub.recommend.RecommendApplication

View File

@ -1,35 +0,0 @@
server:
port: ${SERVER_PORT:8083}
spring:
application:
name: recommend-service
datasource:
url: jdbc:postgresql://${POSTGRES_HOST:localhost}:${POSTGRES_PORT:5432}/${POSTGRES_DB:recommend}
username: ${POSTGRES_USER:admin}
password: ${POSTGRES_PASSWORD:Passw0rd}
driver-class-name: org.postgresql.Driver
# JPA 설정
jpa:
hibernate:
ddl-auto: ${JPA_DDL_AUTO:update}
show-sql: ${JPA_SHOW_SQL:true}
properties:
hibernate:
format_sql: true
dialect: org.hibernate.dialect.PostgreSQLDialect
jwt:
secret-key: ${JWT_SECRET_KEY:8O2HQ13etL2BWZvYOiWsJ5uWFoLi6NBUG8divYVoCgtHVvlk3dqRksMl16toztDUeBTSIuOOPvHIrYq11G2BwQ}
allowed-origins: ${ALLOWED_ORIGINS:http://localhost:3000}
springdoc:
swagger-ui:
path: /swagger-ui.html
logging:
level:
com.unicorn: DEBUG
org.hibernate.SQL: TRACE