baomidou / dynamic-datasource

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

Remove Maven config that exclude tomcat dependency under Springboot3 … #590

Closed alvinkwok1 closed 1 year ago

alvinkwok1 commented 1 year ago

…module

What kind of change does this PR introduce? (check at least one)

The description of the PR:

Remove Maven config that exclude tomcat dependency under Springboot3 module

Fixes 4.2.0的dynamic-datasource-spring-boot3-starter/pom.xml中不应更改web容器为undertow,应由用户自己决定 #587 Other information:

alvinkwok1 commented 1 year ago

Call @huayanYu to help review.