diff --git a/build.gradle b/build.gradle index 3cae9061..9fb07a3d 100644 --- a/build.gradle +++ b/build.gradle @@ -82,9 +82,11 @@ subprojects { // mail 'org.springframework.boot:spring-boot-starter-mail', - 'com.amazonaws:aws-java-sdk-ses:1.12.3', - 'org.springframework.boot:spring-boot-starter-thymeleaf' + 'com.amazonaws:aws-java-sdk-ses:1.12.188', + 'org.springframework.boot:spring-boot-starter-thymeleaf', + // monitoring + 'io.micrometer:micrometer-registry-prometheus' ) testImplementation 'org.springframework.boot:spring-boot-starter-test' diff --git a/resource-server/src/main/resources/bootstrap.yml b/resource-server/src/main/resources/bootstrap.yml index 018644bf..37f22a9e 100644 --- a/resource-server/src/main/resources/bootstrap.yml +++ b/resource-server/src/main/resources/bootstrap.yml @@ -3,7 +3,6 @@ spring: name: api --- - spring: config: activate: @@ -12,12 +11,6 @@ spring: config: uri: http://localhost:8888 -management: - endpoints: - web: - exposure: - include: refresh - --- spring: config: @@ -26,9 +19,3 @@ spring: cloud: config: uri: http://localhost:8888 - -management: - endpoints: - web: - exposure: - include: refresh \ No newline at end of file