Closed junha-ahn closed 1 year ago
개발 환경 설정 분리
[x] local, development 환경에 따른 application.properties 파일 분리
application.properties
[x] yaml 파일 형식 사용 (yml 을 사용해 config를 설정하는 것에 대해 장단점 조사 후 장점이 있다면)
yml
[x] @Profile 어노테이션을 사용한 /test500, POST /event endpoint 숨기기 (test에서만 동작)
@Profile
/test500
POST /event
Description
개발 환경 설정 분리
To do
[x] local, development 환경에 따른
application.properties
파일 분리[x] yaml 파일 형식 사용 (
yml
을 사용해 config를 설정하는 것에 대해 장단점 조사 후 장점이 있다면)[x]
@Profile
어노테이션을 사용한/test500
,POST /event
endpoint 숨기기 (test에서만 동작)Test Checklist
/test500
,POST /event
endpoint 노출 X