add 新增 使用 mica-metrics 为 undertow 提供健康检查
parent
0a7ac9df24
commit
b190384b00
|
|
@ -40,5 +40,11 @@
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>net.dreamlu</groupId>
|
||||||
|
<artifactId>mica-metrics</artifactId>
|
||||||
|
<version>2.7.5</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
package net.dreamlu.mica.metrics.druid;
|
||||||
|
|
||||||
|
import org.springframework.boot.autoconfigure.AutoConfiguration;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 修复 mica 自带的druid类导致报错问题
|
||||||
|
*/
|
||||||
|
@AutoConfiguration
|
||||||
|
public class DruidMetricsConfiguration {
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue