芯が強い人になるESTJ-A

2021-08-07

# Mybatis-plus

使用第三方组件guid:--link1导入对应依赖2研究依赖如何配置3代码如何编写4提高扩展技术能力新建数据库,测试用DROP TABLE IF EXISTS user; CREATE TAB...

2021-08-05

# POI及EasyExcel搞定通俗易懂,1H一个小时

POI所需的依赖:<!-- xls03版本--> <dependency> <groupId>org.a...

2021-08-05

# 异步任务,同步任务,邮件发送,定时任务,半夜12点日志输出

异步任务1主方法上开启//需要在启动类上开启,异步任务 @EnableAsync @SpringBootApplication public class Springboot09MissionA...

2021-08-04

# springboot--thymeleaf依赖包

pom.xml <!-- 引入thymeleaf模板引擎--> <dependency> <groupId&g...

2021-08-04

# 安全框架[shiro]登陆,授权,认证,前端连调

Apache Shiro是一个java安全框架。shiro,可以完成,认证,授权,加密,会话管理,Web集成,缓存等。homepage->link导入依赖,配置文件,helloshiro导...