上一页 1 2 3 4 5 6 7 8 ··· 16 下一页
摘要: 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) 编辑
摘要: Springboot--Ehcache-jpa package com.bjsxt.dao; import org.springframework.data.jpa.repository.JpaRepository; import com.bjsxt.pojo.Users; /** * 参数一 T 阅读全文
posted @ 2018-10-13 13:18 周无极 阅读(559) 评论(0) 推荐(0) 编辑
摘要: Springboot--Junit package com.bjsxt.dao; import org.springframework.stereotype.Repository; @Repository public class UserDaoImpl { public void saveUser 阅读全文
posted @ 2018-10-13 12:45 周无极 阅读(288) 评论(0) 推荐(0) 编辑
摘要: Springboot--Exception 自定义异常类 package com.bjsxt.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annot 阅读全文
posted @ 2018-10-13 12:35 周无极 阅读(496) 评论(0) 推荐(0) 编辑
摘要: Springboot-Mybatis package com.bjsxt.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.spri 阅读全文
posted @ 2018-10-13 12:02 周无极 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Springboot-Freemarker package com.bjsxt.controller; import java.util.ArrayList; import java.util.List; import org.springframework.stereotype.Controlle 阅读全文
posted @ 2018-10-13 11:40 周无极 阅读(168) 评论(0) 推荐(0) 编辑
摘要: springboot-FIleupload package com.bjsxt.controller; import java.io.File; import java.util.HashMap; import java.util.Map; import javax.servlet.http.Htt 阅读全文
posted @ 2018-10-13 10:43 周无极 阅读(366) 评论(0) 推荐(0) 编辑
摘要: Springboot-Static-Resource package com.bjsxt.app; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.Spr 阅读全文
posted @ 2018-10-13 10:32 周无极 阅读(287) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 16 下一页