
Spring
SenCube
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
2021-02-05 由数据源工具druid版本与mybatisPlus版本不一致引起的LocalDateTime类型字段插入数据库是报UNKNOW 到UNKONWN异常
1.问题nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property='createTime', mode=IN, javaType=class java.time.LocalDateTime, jdbcType=null, numericScale=null, resultMapId='null', jdbcTypeNam原创 2021-02-05 17:19:45 · 1091 阅读 · 0 评论 -
Context namespace element 'component-scan' 提示 only available on JDK 1.5 and higher
开发工程中,出现Context namespace element 'component-scan' and its parser class [org.springframework.context.annotation.ComponentScanBeanDefinitionParser] are only available on JDK 1.5 and higher此错误是由于在Tomcat中部署项目时,Tomcat 选择的JDK版本过高引起的,选择JDK1.7以下版本可以排除此错误如下图所示选择原创 2017-08-10 14:06:39 · 756 阅读 · 0 评论 -
Apache Shiro Web Support
DefaultFilter enumDefault filter Filter Name Class anon org.apache.shiro.web.filter.authc.AnonymousFilter authc org.apache.shiro.web.filter.authc.FormAuthenticationFilter authcBasi...转载 2019-09-12 16:22:17 · 256 阅读 · 0 评论 -
Apache Shiro Architecture :Shiro 架构
Apache Shiro’s design goals are to simplify application security by being intuitive and easy to use. Shiro’s core design models how most people think about application security - in the context of som...转载 2019-09-16 09:14:06 · 338 阅读 · 0 评论