会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
吴凯伟
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
68
69
70
71
72
73
74
75
76
···
81
下一页
2020年8月13日
@NotEmpty、@NotNull、@NotBlank的区别
摘要: 1 @NotEmpty :不能为null,且Size>02 @NotNull:不能为null,但可以为empty,没有Size的约束3 @NotBlank:只用于String,不能为null且trim()之后size>0
阅读全文
posted @ 2020-08-13 14:58 路要一步一步走
阅读(276)
评论(0)
推荐(0)
2020年8月12日
SpringBoot 单元测试与 Mockito 使用
摘要: 转载:https://juejin.im/post/6844903924248346637#heading-2 https://blog.csdn.net/HD243608836/article/details/104613323?utm_medium=distribute.wap_relevant
阅读全文
posted @ 2020-08-12 22:32 路要一步一步走
阅读(248)
评论(0)
推荐(0)
modifier static not allowed here
摘要: 转载:https://www.jianshu.com/p/80b404da976b
阅读全文
posted @ 2020-08-12 14:36 路要一步一步走
阅读(2693)
评论(0)
推荐(0)
spring security 获取当前登录用户
摘要: public class SpringSecurityUtil { //session 由controller 注入参数传入 public static String currentUser(HttpSession session) { SecurityContextImpl securityCon
阅读全文
posted @ 2020-08-12 13:56 路要一步一步走
阅读(6146)
评论(0)
推荐(0)
spring获取session设置session
摘要: 获取session,设置session @RequestMapping(value = "/loginUser", produces = {"text/html;charset=utf-8"}, method = RequestMethod.POST) public String login(@Re
阅读全文
posted @ 2020-08-12 13:54 路要一步一步走
阅读(1200)
评论(0)
推荐(0)
Spring 中@NotNull, @NotEmpty和@NotBlank之间的区别是什么?
摘要: 转载:https://www.cnblogs.com/Terry-Wu/p/8134732.html
阅读全文
posted @ 2020-08-12 11:30 路要一步一步走
阅读(151)
评论(0)
推荐(0)
2020年8月11日
超详细的Spring boot整合FreeMarker实现代码生成功能
摘要: 转载:https://blog.csdn.net/zj7321/article/details/102699810
阅读全文
posted @ 2020-08-11 20:13 路要一步一步走
阅读(509)
评论(0)
推荐(0)
【中级篇】详细讲解使用SpringBoot + Jooq生成dao的用法(三)
摘要: 转载:https://blog.csdn.net/qq_39940674/article/details/93392592
阅读全文
posted @ 2020-08-11 17:35 路要一步一步走
阅读(477)
评论(0)
推荐(0)
Jooq自动生成代码
摘要: 转载:https://blog.csdn.net/qq_35981283/article/details/80517208
阅读全文
posted @ 2020-08-11 17:27 路要一步一步走
阅读(637)
评论(0)
推荐(0)
坤哥
摘要: 转载:https://blog.csdn.net/qq_35981283/category_7702440.html
阅读全文
posted @ 2020-08-11 15:00 路要一步一步走
阅读(80)
评论(0)
推荐(0)
上一页
1
···
68
69
70
71
72
73
74
75
76
···
81
下一页
公告