Skip to content

Commit

Permalink
[refactor] 테스트용 기본 yml 변경 (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
kseysh committed Oct 31, 2024
1 parent 1dc32ca commit d114716
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/test/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
spring:
application:
name: app-server
config:
import: optional:configserver:http://127.0.0.1:8087
cloud:
config:
uri: http://127.0.0.1:8087
name: application
profiles:
active: test

springdoc:
swagger-ui:
path: /swagger-ui.html
management:
endpoints:
web:
exposure:
include: refresh

0 comments on commit d114716

Please sign in to comment.