2022年1月25日

Intellij Idea新建 SpringBoot 项目

摘要: SpringBoot: SpringBoot开发项目非常方便,无需配置,开箱即用。可以用Intellij Idea快速新建 SpringBoot 项目。 具体过程: 点击Intellij Idea左上角的 File--> New --> Project -->Spring Initializr 如果 阅读全文

posted @ 2022-01-25 19:33 乐之者v 阅读(412) 评论(0) 推荐(0)

druid对数据库密码进行加密解密

摘要: 使用场景 数据库密码直接使用明文不太安全,可以用druid对数据库密码进行加密解密。 Maven依赖: <dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> <version>1.2.8</version 阅读全文

posted @ 2022-01-25 15:56 乐之者v 阅读(584) 评论(0) 推荐(0)

导航