摘要: Springboot--Mail package com.example.springbootmail.mail; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereo 阅读全文
posted @ 2018-10-14 17:36 周无极 阅读(212) 评论(0) 推荐(0) 编辑
摘要: Springboot--Async package com.example.springbootasync.Controller; /* 任务一开始执行 任务二开始执行 任务三开始执行 耗时135 耗时573 耗时7282 */ import com.example.springbootasync. 阅读全文
posted @ 2018-10-14 17:15 周无极 阅读(481) 评论(0) 推荐(0) 编辑
摘要: Springboot-- scheduled package com.bjsxt.scheduled; import java.util.Date; import org.springframework.scheduling.annotation.Scheduled; import org.spri 阅读全文
posted @ 2018-10-14 15:51 周无极 阅读(487) 评论(0) 推荐(0) 编辑
摘要: Springboot--Jpa dao package com.bjsxt.dao; import org.springframework.data.jpa.repository.JpaRepository; import com.bjsxt.pojo.Roles; /** * RolesRepos 阅读全文
posted @ 2018-10-14 15:29 周无极 阅读(334) 评论(0) 推荐(0) 编辑
摘要: Springboot --redis package com.bjsxt.config; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.co 阅读全文
posted @ 2018-10-14 13:49 周无极 阅读(233) 评论(0) 推荐(0) 编辑