mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2026-01-21 19:16:23 +00:00
Delete member/build directory
This commit is contained in:
parent
8d3560cb39
commit
57a28f2291
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
|||||||
com.unicorn.lifesub.member.MemberApplication
|
|
||||||
@ -1,54 +0,0 @@
|
|||||||
server:
|
|
||||||
port: ${SERVER_PORT:8081}
|
|
||||||
|
|
||||||
spring:
|
|
||||||
application:
|
|
||||||
name: member-service
|
|
||||||
datasource:
|
|
||||||
url: jdbc:postgresql://${POSTGRES_HOST:localhost}:${POSTGRES_PORT:5432}/${POSTGRES_DB:member}
|
|
||||||
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}
|
|
||||||
access-token-validity: ${JWT_ACCESS_TOKEN_VALIDITY:3600000}
|
|
||||||
refresh-token-validity: ${JWT_REFRESH_TOKEN_VALIDITY:86400000}
|
|
||||||
|
|
||||||
allowed-origins: ${ALLOWED_ORIGINS:http://localhost:3000}
|
|
||||||
|
|
||||||
# Actuator 설정
|
|
||||||
management:
|
|
||||||
endpoints:
|
|
||||||
web:
|
|
||||||
exposure:
|
|
||||||
include: health,info,metrics,prometheus
|
|
||||||
endpoint:
|
|
||||||
health:
|
|
||||||
show-details: always
|
|
||||||
probes:
|
|
||||||
enabled: true
|
|
||||||
health:
|
|
||||||
livenessState:
|
|
||||||
enabled: true
|
|
||||||
readinessState:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
springdoc:
|
|
||||||
swagger-ui:
|
|
||||||
path: /swagger-ui.html
|
|
||||||
|
|
||||||
logging:
|
|
||||||
level:
|
|
||||||
com.unicorn: DEBUG
|
|
||||||
org.hibernate.SQL: TRACE
|
|
||||||
@ -1,12 +0,0 @@
|
|||||||
Manifest-Version: 1.0
|
|
||||||
Main-Class: org.springframework.boot.loader.launch.JarLauncher
|
|
||||||
Start-Class: com.unicorn.lifesub.member.MemberApplication
|
|
||||||
Spring-Boot-Version: 3.4.0
|
|
||||||
Spring-Boot-Classes: BOOT-INF/classes/
|
|
||||||
Spring-Boot-Lib: BOOT-INF/lib/
|
|
||||||
Spring-Boot-Classpath-Index: BOOT-INF/classpath.idx
|
|
||||||
Spring-Boot-Layers-Index: BOOT-INF/layers.idx
|
|
||||||
Build-Jdk-Spec: 21
|
|
||||||
Implementation-Title: member
|
|
||||||
Implementation-Version: 1.0.0
|
|
||||||
|
|
||||||
Binary file not shown.
@ -1,2 +0,0 @@
|
|||||||
Manifest-Version: 1.0
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user