Skip to content

Commit

Permalink
fix #4481
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Oct 3, 2021
1 parent d8b583f commit 5154d62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author lihengming [[email protected]]
*/
@ConfigurationProperties("spring.datasource.druid")
class DruidDataSourceWrapper extends DruidDataSource implements InitializingBean {
public class DruidDataSourceWrapper extends DruidDataSource implements InitializingBean {
@Autowired
private DataSourceProperties basicProperties;

Expand Down

0 comments on commit 5154d62

Please sign in to comment.