上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 84 下一页

2020年5月4日

It's likely that neither a Result Type nor a Result Map was specified

摘要: 在使用mybatis框架开发的时候,报这个错误的原因是:没有返回值类型,也就是,缺少resultType元素节点。 阅读全文

posted @ 2020-05-04 11:42 ~码铃薯~ 阅读(1980) 评论(0) 推荐(0) 编辑

2020年4月30日

idea启动微服务项目报错

摘要: 今天在启动微服务项目的时候报错了。 改正方法: 在bootstrap.yml文件中添加用户中心的配置: 注意:空格的层级关系。 阅读全文

posted @ 2020-04-30 23:49 ~码铃薯~ 阅读(535) 评论(0) 推荐(0) 编辑

2020年4月26日

微服务自动加载common包

摘要: @所有人 大家把idea这里勾一下,可以自动加载common包,不用再拉代码更新了 阅读全文

posted @ 2020-04-26 22:55 ~码铃薯~ 阅读(624) 评论(0) 推荐(0) 编辑

2020年4月24日

No function matches the given name and argument types. You might need to add explicit type casts postgrepsql数据库

摘要: 今天在写项目的时候,遇到了一个比价头疼的问题: ifnull............. No function matches the given name and argument types. You might need to add explicit type casts 现在公司用的是po 阅读全文

posted @ 2020-04-24 21:00 ~码铃薯~ 阅读(25552) 评论(0) 推荐(1) 编辑

"Connect to localhost:9000 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect",

摘要: 这种低级的错误以后不要再犯了 原因,外部网关和内部网关项目没有启动造成的。 阅读全文

posted @ 2020-04-24 19:15 ~码铃薯~ 阅读(8692) 评论(0) 推荐(0) 编辑

2020年4月23日

mybatis框架--类型转化异常

摘要: 我们在使用mybatis框架写项目的时候,parametertype这个入口参数,建议是不写的,如果写的话,传入的参数与数据库中字段的参数不一致的话,是会报类型转化异常的,不写的话,反而会更好,能够自动试别。 阅读全文

posted @ 2020-04-23 18:09 ~码铃薯~ 阅读(532) 评论(0) 推荐(0) 编辑

2020年4月22日

ubuntu解决xshell不能直接连接root用户的方法

摘要: vi /etc/ssh/sshd_config # Authentication:LoginGraceTime 120#PermitRootLogin without-passwordPermitRootLogin yesStrictModes yes service ssh restart 如果使 阅读全文

posted @ 2020-04-22 22:59 ~码铃薯~ 阅读(698) 评论(0) 推荐(1) 编辑

微服务项目-@value注解

摘要: 昨天,自己迁移了几个模块的代码,一共有好几百个类,自己在迁移的过程中是各种的报错,真的很无奈,其中,有一点是自己对于属性上面添加的@value注解的理解不清楚导致的。 @value注解:按我的理解是,在项目启动的时候,@value会自动读取配置文件给他赋的默认值,如果配置文件中不写,那么是装配不上的 阅读全文

posted @ 2020-04-22 09:23 ~码铃薯~ 阅读(416) 评论(0) 推荐(0) 编辑

2020年4月19日

mybatis带有序列的插入sql--保留一个做纪念

摘要: 现在项目都要换成雪花算法生成主键,之前使用序列的方式不用了,但是害怕自己忘记了以前的方式,特意记下来一个。 <insert id="commit" parameterType="com.picc.hmims.productInfo.dto.ExamineBo"> <selectKey keyProp 阅读全文

posted @ 2020-04-19 08:53 ~码铃薯~ 阅读(483) 评论(0) 推荐(0) 编辑

2020年4月16日

java.lang.IllegalArgumentException: Illegal pattern character 'T'

摘要: 改成这个样子就好了 阅读全文

posted @ 2020-04-16 16:47 ~码铃薯~ 阅读(4236) 评论(0) 推荐(0) 编辑

上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 84 下一页

导航