
技术
轻舞---飞扬
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
权限设计位移运算项目实战方案
权限系统作为每个系统基础部分,如何优雅的设计权限相关的操作逻辑是每个系统绕不开的,权限一般区分数据权限、菜单功能权限。数据权限:一般与组织机构有关,如一个公司的组织架构可能由一级公司-二级公司-店铺,这样层级授权。用户直接与拥有数据权限的组织机构关联菜单功能权限:...原创 2020-06-04 10:48:26 · 304 阅读 · 0 评论 -
maven 打包报错/MAVEN/MojoFailureException 解决方案
No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?原创 2017-07-28 16:24:34 · 16106 阅读 · 0 评论 -
org.springframework.data.redis.RedisSystemException: Unknown redis exception; nested exception is ja
org.springframework.data.redis.RedisSystemException: Unknown redis exception; nested exception is java.lang.NullPointerExceptionat org.springframework.data.redis.FallbackExceptionTranslationStrategy原创 2017-09-13 10:56:17 · 31325 阅读 · 0 评论 -
elasticsearch MapperParsingException[failed to parse [auditDate]]; nested: NumberFormatException[Fo
MapperParsingException[failed to parse [auditDate]]; nested: NumberFormatException[For input string: "2017-07-12 08:49:33"];at org.elasticsearch.index.mapper.FieldMapper.parse(FieldMapper.java:298)原创 2017-09-18 14:28:35 · 13368 阅读 · 0 评论 -
在Spring AOP代理过的对象上支持dubbo annotation配置事物失效问题
在Spring AOP代理过的对象上支持dubbo annotation配置dubbo annotation方式配置 在A.insert服务中有两个@resource注入的service.insert 第二个inert报错,期望两个service操作回滚,使用xml申明式事物,实际没有回滚,dubbo改成xml配置,正常回滚。整理了testcase:https://pan.baidu.com/s/...原创 2018-03-20 10:03:17 · 2247 阅读 · 1 评论