Commit 3708a081 by 丁伟峰

加上sentry的配置,配置的方式,有待优化

1 parent 6c2a7db5
Showing with 6 additions and 0 deletions
...@@ -25,6 +25,12 @@ ...@@ -25,6 +25,12 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry</artifactId>
<version>6.17.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId> <artifactId>spring-boot-starter-jdbc</artifactId>
</dependency> </dependency>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!