Skip to content

Commit 490059e

Browse files
authored
20260323 #321 spring boot admin 접근 경로 변경 (#334)
* [BE][FEAT] 개발자 관리자 페이지 /admin -> /admin/dev * [BE][FEAT] 개발자 관리자 페이지 리뷰 반영 * [BE][FEAT] forward-headers-strategy 추가
1 parent 75eadd7 commit 490059e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

backend/src/main/resources/application.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ logging:
5151
file:
5252
name: /app/logs/application.log
5353

54+
server:
55+
forward-headers-strategy: framework
56+
5457
springdoc:
5558
swagger-ui:
5659
tags-sorter: alpha # 컨트롤러(Tag)를 알파벳/숫자 순으로 정렬

0 commit comments

Comments
 (0)