baomidou / dynamic-datasource

dynamic datasource for springboot 多数据源 动态数据源 主从分离 读写分离 分布式事务
https://www.kancloud.cn/tracy5546/dynamic-datasource/2264611
Apache License 2.0
4.67k stars 1.19k forks source link

mybatis-plus是不是把dynamic-datasource-spring-boot-starter给单独出来了 #243

Closed samuel072 closed 4 years ago

samuel072 commented 4 years ago

Enviroment

JDK Version(required): 1.8

SpringBoot Version(required): 2.2.5

dynamic-datasource-spring-boot-starter Version(required):3.1.1

druid Version(optional):

Describe

我在mybatis-plus里面没有添加dynamic-datasource-spring-boot-starter这个包,然后找不到@DS注解。是不是dynamic-datasource-spring-boot-starter这个单独出来了,不会集成在mybatis-plus里面?

Expected Result:

Actual Result:

Steps to reproduce

huayanYu commented 4 years ago

嗯,一直是独立的。