mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-27 06:09:35 +08:00
add 新增 使用 mica-metrics 为 undertow 提供健康检查
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package net.dreamlu.mica.metrics.druid;
|
||||
|
||||
import org.springframework.boot.autoconfigure.AutoConfiguration;
|
||||
|
||||
/**
|
||||
* 修复 mica 自带的druid类导致报错问题
|
||||
*/
|
||||
@AutoConfiguration
|
||||
public class DruidMetricsConfiguration {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user