Skip to content

Commit ec11ea2

Browse files
committed
hotfix: module-name batch로 수정 및 사용하지 않는 Swagger 설정 제거
1 parent 72af904 commit ec11ea2

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

batch/src/main/resources/application.yml

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff 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-
4233
app:
43-
module-name: apis
34+
module-name: batch
4435

4536
---
4637
spring:
@@ -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
---
6244
spring:
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
---
7551
spring:
7652
config:
7753
activate:
7854
on-profile: test
79-
80-
springdoc:
81-
swagger-ui:
82-
enabled: false
83-
api-docs:
84-
enabled: false

0 commit comments

Comments
 (0)