- 博客(2)
- 收藏
- 关注
原创 使用注解+Aop把缓存操作从业务代码分离出来
@Service public class ContentServiceImpl implements ContentService { @Autowired private TbContentMapper contentMapper; @Autowired private JedisClient jedisClient; @Value("${INDEX_CONTE...
2018-04-23 15:05:49 774
原创 Druid配置数据库用户密码加密
1.使用Druid工具类ConfigTools对密码进行加密/** *DruidDataSource数据库密码加密 */ @Test public void TestDruidPasswordEncrypt(){ try{ String passwd="ly520101"; ConfigTools.main(newString[]{passwd}); }catch(Exceptione...
2018-03-02 14:44:57 3811
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人