Actuator/SBA 로컬 제한 설정 추가:
- application.yml 주석 및 build.gradle 로컬 전용 라이브러리 처리 - 배포 산출물에서 로컬 전용 리소스/라이브러리 제외
This commit is contained in:
@@ -91,6 +91,11 @@ security:
|
||||
basic:
|
||||
enabled: false
|
||||
|
||||
# ※ Actuator / Spring Boot Admin 설정은 이 파일에 두지 않는다.
|
||||
# application-local*.yml 에만 두고, 해당 파일과 관련 라이브러리는 war/bootWar 산출물에서
|
||||
# 제외된다(build.gradle 의 localOnly configuration + rootSpec.exclude 참고).
|
||||
# WebLogic 배포본(dev/stage/prod)에는 actuator 자체가 존재하지 않는다.
|
||||
|
||||
sample-code-path: classpath:/templates/sample_code
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user