File tree Expand file tree Collapse file tree
backend/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,3 +91,17 @@ logging:
9191 org.springframework.security : DEBUG
9292 file :
9393 name : ${LOG_PATH:/home/ec2-user}/logs/application.log
94+
95+ springdoc :
96+ api-docs :
97+ path : /v3/api-docs
98+ swagger-ui :
99+ path : /swagger-ui.html
100+ tags-sorter : alpha
101+ operations-sorter : alpha
102+ packages-to-scan : com.maru.controller
103+ use-javadoc : true
104+
105+ maru :
106+ demo :
107+ user-id : ${DEMO_USER_ID}
Original file line number Diff line number Diff line change 11spring :
22 profiles :
3- active : local
4-
5- springdoc :
6- api-docs :
7- path : /v3/api-docs
8- swagger-ui :
9- path : /swagger-ui.html
10- tags-sorter : alpha
11- operations-sorter : alpha
12- packages-to-scan : com.maru.controller
13- use-javadoc : true
14-
15- maru :
16- demo :
17- user-id : 0DEMOUSER001
3+ active : local
You can’t perform that action at this time.
0 commit comments