If there is an exception,or aop invalid,please attach the exception trace:
Just paste your stack trace here!
An attempt was made to call a method that does not exist. The attempt was made from the following location:
com.baomidou.dynamic.datasource.creator.DruidDataSourceCreator.doCreateDataSource(DruidDataSourceCreator.java:77)
The following method did not exist:
com.alibaba.druid.pool.DruidDataSource.configFromPropety(Ljava/util/Properties;)V
# Steps to reproduce
- Step 1
- Step 2
- Step 3
![image](https://user-images.githubusercontent.com/37894670/235038521-d0c6768d-3139-4252-960b-062ed86553d1.png)
![image](https://user-images.githubusercontent.com/37894670/235038585-13b91c06-3033-4c71-95f0-cff73b1b77d1.png)
最新DruidDataSource在构造函数修改了内部方法的名称 由原来的configFromPropety->configFromPropeties 麻烦兼容一下 谢谢
Please fill it out carefully, or it will be closed. 请认真填写,不然会直接关闭。
Enviroment
JDK Version(required): 1.8
SpringBoot Version(required): 2.5.1
dynamic-datasource-spring-boot-starter Version(required):3.6.0
druid Version(optional):1.2.17
Describe what happened
Expected Result:程序正常运行
Actual Result:启动报错
If there is an exception,or aop invalid,please attach the exception trace: