Auto alerts (#872)

* Simplified DynamicThreadPool usage

* Simplified DynamicThreadPool usage

* init

* add Auto Alerts
pull/876/head
weihubeats 2 years ago committed by GitHub
parent 25ae85a487
commit 29c5fdf301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,5 +62,9 @@
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
</dependency>
</dependencies>
</project>

Loading…
Cancel
Save