其他分享
首页 > 其他分享> > springboot中druid连接密码加密

springboot中druid连接密码加密

作者:互联网

注意:

connectProperties 的值是 Properties 类型,如图配置

connectionProperties 的值是 String 类型,需要改为:

connectionProperties: config.decrypt=true;config.decrypt.key=MFww******

别忘了添加 filter下的config 

标签:加密,springboot,decrypt,druid,connectionProperties,config,Properties,String
来源: https://blog.csdn.net/w363403269/article/details/122746957