add manifest

This commit is contained in:
hiondal
2025-02-16 04:18:14 +09:00
parent 4d2bf7fb45
commit 7b0d5d4a75
169 changed files with 1005 additions and 21 deletions
Binary file not shown.
Binary file not shown.
@@ -24,6 +24,23 @@ jwt:
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
+1 -1
View File
@@ -6,7 +6,7 @@ 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: 17
Build-Jdk-Spec: 21
Implementation-Title: recommend
Implementation-Version: 1.0.0
@@ -24,6 +24,23 @@ jwt:
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