Browse Source

Merge branch 'main' of https://gitee.com/dromara/MaxKey into fieldmapping

llh 7 months ago
parent
commit
739ff0179c

+ 0 - 4
maxkey-webs/maxkey-gataway/src/main/java/org/dromara/maxkey/gateway/MaxKeyGatewayApplication.java

@@ -23,13 +23,9 @@ import org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration;
 import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
 import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
 
-import com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure;
-
-
 @SpringBootApplication(
         exclude={
                 RedisAutoConfiguration.class,
-                DruidDataSourceAutoConfigure.class,
                 DataSourceAutoConfiguration.class
 })
 @EnableDiscoveryClient