一路繁花似锦绣前程
失败的越多,成功才越有价值

导航

 

2020年3月30日

摘要: 一、配置pom.xml <!-- springboot整合redis --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId 阅读全文
posted @ 2020-03-30 23:09 一路繁花似锦绣前程 阅读(211) 评论(0) 推荐(0) 编辑
 
摘要: 一、配置pom.xml <!-- spring boot web支持 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dep 阅读全文
posted @ 2020-03-30 22:23 一路繁花似锦绣前程 阅读(642) 评论(0) 推荐(0) 编辑
 
摘要: 一、开启POP3/SMTP服务 二、配置pom.xml <!-- 邮件依赖 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> < 阅读全文
posted @ 2020-03-30 21:46 一路繁花似锦绣前程 阅读(165) 评论(0) 推荐(0) 编辑