mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 01:18:27 +08:00
Merge branch 'main' of https://gitee.com/dromara/MaxKey into fieldmapping
This commit is contained in:
commit
739ff0179c
@ -23,13 +23,9 @@ import org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration;
|
|||||||
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
|
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
|
||||||
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
|
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
|
||||||
|
|
||||||
import com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure;
|
|
||||||
|
|
||||||
|
|
||||||
@SpringBootApplication(
|
@SpringBootApplication(
|
||||||
exclude={
|
exclude={
|
||||||
RedisAutoConfiguration.class,
|
RedisAutoConfiguration.class,
|
||||||
DruidDataSourceAutoConfigure.class,
|
|
||||||
DataSourceAutoConfiguration.class
|
DataSourceAutoConfiguration.class
|
||||||
})
|
})
|
||||||
@EnableDiscoveryClient
|
@EnableDiscoveryClient
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user