feat: boot admin setting 주석

This commit is contained in:
hylee 2023-06-20 12:51:00 +09:00
parent 789a46b25a
commit 4d3c51fb61
2 changed files with 7 additions and 5 deletions

View File

@ -159,11 +159,13 @@
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/de.codecentric/spring-boot-admin-starter-server --> <!-- https://mvnrepository.com/artifact/de.codecentric/spring-boot-admin-starter-server -->
<!--
<dependency> <dependency>
<groupId>de.codecentric</groupId> <groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client </artifactId> <artifactId>spring-boot-admin-starter-client </artifactId>
<version>2.7.8</version> <version>2.7.8</version>
</dependency> </dependency>
-->
</dependencies> </dependencies>
<build> <build>

View File

@ -24,11 +24,11 @@ server.error.whitelabel.enabled=false
# respone success status code # respone success status code
respone.status.success=STAT_0 respone.status.success=STAT_0
spring.mvc.pathmatch.matching-strategy=ant_path_matcher # boot admin setting
#spring.mvc.pathmatch.matching-strategy=ant_path_matcher
#spring.boot.admin.client.instance.service-url=http://localhost:8089 #spring.boot.admin.client.instance.service-url=http://localhost:8089
spring.boot.admin.client.url=http://localhost:8080 #spring.boot.admin.client.url=http://localhost:8080
management.endpoints.web.exposure.include=* #management.endpoints.web.exposure.include=*
management.endpoint.health.show-details=always #management.endpoint.health.show-details=always
# #
Ganpandaup.estimate.template.url=https://www.munjaon.co.kr/publish/email_form_ganpandaum_contact.html Ganpandaup.estimate.template.url=https://www.munjaon.co.kr/publish/email_form_ganpandaum_contact.html