1. 注入
@Autowired
private DruidDataSource druidDataSource ;
2.修改属性
druidDataSource .setPassword('newpassword');
druidDataSource .restart();
1. 注入
@Autowired
private DruidDataSource druidDataSource ;
2.修改属性
druidDataSource .setPassword('newpassword');
druidDataSource .restart();