工作Bug
飞来的贼
一直在填坑的java填坑师
展开
-
Bug总结9-21
1.这种Object转换为Integer的方式在Cloud中会报错 提示Long不能转Integer解决:2.解决3.解决:暴力解决:kill -9 当前user进程4.kafka解决:当前文件中没有找到对应的group5.Cloud 的kafka解决:这个是在监听中没有找到user_login_distributio...原创 2018-09-21 18:32:12 · 234 阅读 · 0 评论 -
问题总结10-12
微服务: 将项目服务化拆分,形成各个自服务。各服务掌管属于自己的功能。服务间通过远程通讯来调用彼此间暴露的接口,来实现复杂的功能。 2.@Value(${"读取的是配置文件中的配置路径"})在属性上添加该标签,读取的配置文件中的定义属性。相当于注入配置文件中值。 3.网关过滤如何放行解决:通过在shouldFilter()方法中添加if判断返回false 会被放行,...原创 2018-10-12 16:45:40 · 229 阅读 · 0 评论 -
Mybatis java.lang.IllegalArgumentException: Result Maps collection does not contain value for com
1.java.lang.IllegalArgumentException: Result Maps collection does not contain value for com.model.User 解决:一、当mapper XML文件中存在 <resultMap id="BaseResultMap" type="com.lanstech.platform.model....原创 2018-10-10 16:20:38 · 1853 阅读 · 0 评论 -
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException:
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException: JDBC requires that the JdbcType must be specified for all nullable parameters. at org.mybatis.s...原创 2018-11-23 12:12:32 · 882 阅读 · 0 评论 -
Jeesite "choose" must match "(when*,otherwise?)". xml报错
2018-11-27 13:57:35,963 WARN [springframework.beans.factory.support.DefaultListableBeanFactory] - Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationExc...原创 2018-11-27 14:44:30 · 2727 阅读 · 0 评论 -
东八区问题--》moment().format() 有时间差
console.log(moment(time).format('YYYY-MM-DD HH:mm:ss'));控制台输出:时间标志: GMT: 格林威治时间 UTC:标准时间 ISO: 标准时间 CST:北京时间 由于后面带有时间标志,所以使用moment转化时间的时候带有时区console.log(moment(planTime).utcOffse...原创 2018-12-25 19:11:08 · 6172 阅读 · 0 评论 -
spring 循环注入报错
2019-01-21 17:17:51,705 ERROR [org.springframework.web.context.ContextLoader] - Context initialization failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 't...原创 2019-01-21 17:20:57 · 702 阅读 · 0 评论 -
@Transactional(readOnly = false)
org.springframework.dao.TransientDataAccessResourceException: ### Error updating database. Cause: java.sql.SQLException: Connection is read-only. Queries leading to data modification are not allowe...原创 2019-01-21 19:38:59 · 1046 阅读 · 0 评论