We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
prop: name=test url=jdbc:mysql://localhost:3306/test username=root password=123456
DruidDataSource dataSource = (DruidDataSource) DruidDataSourceFactory.createDataSource(prop);
通过DruidDataSourceFactory.createDataSource创建的DruidDataSource,在DruidStatView看到是没有生效的
The text was updated successfully, but these errors were encountered:
DruidDataSourceFactory add 'name' property support, fixed issue aliba…
18ce4e0
…ba#1174
Merge pull request #1216 from wenshao/master
9f9ccba
DruidDataSourceFactory add 'name' property support, fixed issue #1174
已经支持,请等待新版本
Sorry, something went wrong.
No branches or pull requests
prop:
name=test
url=jdbc:mysql://localhost:3306/test
username=root
password=123456
DruidDataSource dataSource = (DruidDataSource) DruidDataSourceFactory.createDataSource(prop);
通过DruidDataSourceFactory.createDataSource创建的DruidDataSource,在DruidStatView看到是没有生效的
The text was updated successfully, but these errors were encountered: