update mica-metrics 2.7.5 => 2.7.6 解决 因druid导致的报错问题
parent
b328517e6e
commit
02be6526cd
|
|
@ -43,7 +43,7 @@
|
|||
<dependency>
|
||||
<groupId>net.dreamlu</groupId>
|
||||
<artifactId>mica-metrics</artifactId>
|
||||
<version>2.7.5</version>
|
||||
<version>2.7.6</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
package net.dreamlu.mica.metrics.druid;
|
||||
|
||||
import org.springframework.boot.autoconfigure.AutoConfiguration;
|
||||
|
||||
/**
|
||||
* 修复 mica 自带的druid类导致报错问题
|
||||
*/
|
||||
@AutoConfiguration
|
||||
public class DruidMetricsConfiguration {
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue