liucansong
Results
1
issues of
liucansong
### Describe the bug Map map = new HashMap(); map.put(DruidDataSourceFactory.PROP_DRIVERCLASSNAME, driver); map.put(DruidDataSourceFactory.PROP_URL, url); map.put(DruidDataSourceFactory.PROP_USERNAME, user); map.put(DruidDataSourceFactory.PROP_PASSWORD, password); DataSource dataSource = DruidDataSourceFactory.createDataSource(map); JdbcTemplate jdbcTemplate = new JdbcTemplate(dataSource); String sql = "select...