We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75eadd7 commit 490059eCopy full SHA for 490059e
1 file changed
backend/src/main/resources/application.yml
@@ -51,6 +51,9 @@ logging:
51
file:
52
name: /app/logs/application.log
53
54
+server:
55
+ forward-headers-strategy: framework
56
+
57
springdoc:
58
swagger-ui:
59
tags-sorter: alpha # 컨트롤러(Tag)를 알파벳/숫자 순으로 정렬
0 commit comments