- 博客(8)
- 资源 (3)
- 问答 (1)
- 收藏
- 关注
转载 在List <String>上添加@NotNull或Pattern约束?
原文地址:https://cloud.tencent.com/developer/ask/176725 在List <String>上添加@NotNull或Pattern约束? 回答 (2) 关注 (0) 查看 (104)我们如何确保列表中的各个字符串不为空/空或遵循特定模式@NotNullList<String> emailIds;我还...
2018-11-23 14:13:39
5237
原创 idea数据库表生成实体类
先说一下实现的功能:根据数据库,生成实体类.生成的实体类的格式可参看下图:生成的实体类中加入的注解有 @Table注解, 无getset方法.加入了lombok的@DATA ,@Slf4j注解. 支持@ID注解.当字段名为id时. 如果数据库表中字段通过comment设置了备注,那么类中字段显示相应注释....
2018-11-18 00:13:02
948
原创 Caused by: java.lang.ClassNotFoundException: Cannot find class: com.github.pagehelper.PageIntercepto
今天使用pageHelper一直报这个错误可能原因1:jar包和参数配置不匹配的问题参考这个博客http://blog.youkuaiyun.com/zheng0518/article/details/46482685但之前测试过,确定不是上面的问题。我用的pageHelper5.0.0. mybatis里配置那是什么问题很奇怪。去targer生成 的项目里
2017-10-07 22:22:56
24448
3
原创 Failed to read schema document 'http://code.alibabatech.com/schema/dubbo/dubbo.xsd'
Multiple annotations found at this line:- cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'dubbo:application'.- schema_reference.4: Failed to r
2017-10-06 17:04:30
318
原创 svn使用中出现的错误
already under version controlsvn: E145001: Commit failed (details follow):already unexpected change kindsvn报错,本地积极拒绝访问
2017-10-05 16:39:55
2018
原创 org.hibernate.UnknownEntityTypeException: Unable to locate persister: com.mm.constract.domain.Contra
hibernate报错:org.hibernate.UnknownEntityTypeException: Unable to locate persister: com.mm.constract.domain.Contra我用的注释以为是映射的时候字段属性名名配置的问题。、发现是entity的 包导的是org.hibernate.annotations的包,不是javax
2017-09-17 19:27:34
2780
原创 myeclipse找不到Deployment Assembly ,报错
今天tomcat加载maven项目遇到错误:java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener在网上查到解决方法:出自:http://www.cnblogs.com/gugnv/p/4136819.htmltomcat在发布项目的时候没有同时发布maven依赖所添
2017-09-14 19:30:41
4066
原创 hibernate-spring测试报错:com.sun.proxy.$Proxy44 cannot be cast to com.mm.service.imp.RoleServic
错误内容java.lang.ClassCastException: com.sun.proxy.$Proxy44 cannot be cast to com.mm.service.imp.RoleServiceImpat com.test.DeptDaoTest.test3(DeptDaoTest.java:42)at sun.reflect.NativeMethodAccessorI
2017-09-08 17:04:11
640
英语单词库-安卓小项目
2015-09-17
Validator验证表单,jqueryUI spinner控件值无法验证通过的
2016-01-14
TA创建的收藏夹 TA关注的收藏夹
TA关注的人