diff --git a/src/test/resources/application.yml b/src/test/resources/application.yml index ac60be24..8c38d0d0 100755 --- a/src/test/resources/application.yml +++ b/src/test/resources/application.yml @@ -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 \ No newline at end of file +management: + endpoints: + web: + exposure: + include: refresh \ No newline at end of file