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

fix(dynamic-datasource-creator):解决当存在publicKey时,druid数据源创建异常问题 #605

Closed qq592304796 closed 10 months ago

qq592304796 commented 11 months ago

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

The description of the PR: config.getConnectionProperties()可能出现空指针问题

Other information:

604