diff --git a/austin-handler/src/main/java/com/java3y/austin/service/deduplication/DeduplicationRuleService.java b/austin-handler/src/main/java/com/java3y/austin/service/deduplication/DeduplicationRuleService.java index 2f6641b..52ca75b 100644 --- a/austin-handler/src/main/java/com/java3y/austin/service/deduplication/DeduplicationRuleService.java +++ b/austin-handler/src/main/java/com/java3y/austin/service/deduplication/DeduplicationRuleService.java @@ -15,7 +15,7 @@ import org.springframework.stereotype.Service; import java.util.Date; /** - * @author 3y + * @author 3y. * @date 2021/12/12 * 去重服务 */ diff --git a/austin-handler/src/main/java/com/java3y/austin/service/discard/DiscardMessageService.java b/austin-handler/src/main/java/com/java3y/austin/service/discard/DiscardMessageService.java index 5eb7cef..1749b6d 100644 --- a/austin-handler/src/main/java/com/java3y/austin/service/discard/DiscardMessageService.java +++ b/austin-handler/src/main/java/com/java3y/austin/service/discard/DiscardMessageService.java @@ -13,7 +13,7 @@ import org.springframework.stereotype.Service; /** * 丢弃模板消息 - * @author 3y + * @author 3y. */ @Service public class DiscardMessageService { diff --git a/austin-support/pom.xml b/austin-support/pom.xml index 2bdc228..f956d23 100644 --- a/austin-support/pom.xml +++ b/austin-support/pom.xml @@ -63,16 +63,29 @@ spring-boot-starter-data-redis + + - com.ctrip.framework.apollo - apollo-client-config-data + org.springframework.boot + spring-boot-starter-actuator + + + io.micrometer + micrometer-registry-prometheus + runtime + + com.ctrip.framework.apollo + apollo-client + cn.monitor4all log-record-starter + + \ No newline at end of file diff --git a/austin-web/src/main/java/com/java3y/austin/AustinApplication.java b/austin-web/src/main/java/com/java3y/austin/AustinApplication.java index df049fd..4c2a48b 100644 --- a/austin-web/src/main/java/com/java3y/austin/AustinApplication.java +++ b/austin-web/src/main/java/com/java3y/austin/AustinApplication.java @@ -10,7 +10,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class AustinApplication { public static void main(String[] args) { - // TODO apollo的地址 + // TODO apollo的地址. //System.setProperty("apollo.config-service", "http://ip:7000"); SpringApplication.run(AustinApplication.class, args); } diff --git a/austin-web/src/main/resources/application.yml b/austin-web/src/main/resources/application.yml index ee48d7e..b749ef4 100644 --- a/austin-web/src/main/resources/application.yml +++ b/austin-web/src/main/resources/application.yml @@ -66,4 +66,4 @@ apollo: bootstrap: enabled: true namespaces: boss.austin -# tomcat / HikariPool(数据库连接池 配置) TODO \ No newline at end of file +# tomcat / .HikariPool(数据库连接池 配置) TODO \ No newline at end of file diff --git a/pom.xml b/pom.xml index 3965b0b..392433e 100644 --- a/pom.xml +++ b/pom.xml @@ -75,13 +75,12 @@ 3.1.390 - + com.ctrip.framework.apollo - apollo-client-config-data + apollo-client 1.9.1 - cn.monitor4all @@ -96,6 +95,7 @@ 1.6.2 +