File tree Expand file tree Collapse file tree 1 file changed +1
-31
lines changed
Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,8 @@ spring:
3030 max-file-size : 10MB
3131 max-request-size : 30MB
3232
33- springdoc :
34- swagger-ui :
35- path : /swagger-ui
36- enabled : true
37- api-docs :
38- path : /v3/api-docs
39- enabled : true
40- override-with-generic-response : false
41-
4233app :
43- module-name : apis
34+ module-name : batch
4435
4536---
4637spring :
@@ -49,36 +40,15 @@ spring:
4940 activate :
5041 on-profile : dev
5142
52- swagger :
53- servers :
54- - url : ${SWAGGER_SERVER_URL:http://localhost:8080}
55- description : Development Server
56- info :
57- title : YAPP API (Dev)
58- description : YAPP API Documentation for Development
59- version : v1.0.0-dev
60-
6143---
6244spring :
6345 config :
6446 import : optional:file:secret/application-prod-secret.properties
6547 activate :
6648 on-profile : prod
6749
68- springdoc :
69- swagger-ui :
70- enabled : false
71- api-docs :
72- enabled : false
73-
7450---
7551spring :
7652 config :
7753 activate :
7854 on-profile : test
79-
80- springdoc :
81- swagger-ui :
82- enabled : false
83- api-docs :
84- enabled : false
You can’t perform that action at this time.
0 commit comments