Commit 5e05a3bd by 李传峰

引入error告警组件

parent 43fe9f76
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<name>pcloud-common-core</name> <name>pcloud-common-core</name>
<properties> <properties>
<universe-error-alarm.version>3.0.1-SNAPSHOT</universe-error-alarm.version>
</properties> </properties>
<dependencies> <dependencies>
...@@ -55,6 +55,12 @@ ...@@ -55,6 +55,12 @@
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-sleuth</artifactId> <artifactId>spring-cloud-starter-sleuth</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.pcloud.universe</groupId>
<artifactId>universe-error-alarm</artifactId>
<version>${universe-error-alarm.version}</version>
</dependency>
</dependencies> </dependencies>
</project> </project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment