上一页 1 ··· 58 59 60 61 62 63 64 65 66 ··· 84 下一页

2020年3月11日

Cause: org.postgresql.util.PSQLException: ERROR: operator does not exist: numeric ~~ character varying

摘要: 一开始的请求报文:BrBudgetItem里面的每个字段的属性赋值都是1,导致类型不匹配, 修改之后的报文: { "pageSize": "10", "pageIndex": "0", "BrBudgetItem": { "itemId": "", "budgetId": "", "itemCode 阅读全文

posted @ 2020-03-11 01:51 ~码铃薯~ 阅读(3519) 评论(0) 推荐(0) 编辑

2020年3月10日

: No qualifying bean of type 'com.picc.hfms.budget.dao.StListServiceDao' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations:

摘要: 今天在启动微服务项目的时候报错: Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'budgetServiceImpl': Unsat 阅读全文

posted @ 2020-03-10 23:57 ~码铃薯~ 阅读(468) 评论(0) 推荐(0) 编辑

微服务--504 GATE OUTTIME 测试外部网关API

摘要: 微服务项目在外部网关连通性测试的时候,感觉自己写的代码是没有问题的,但是总是报504的错误,请教同事,同事说,不要用debug的形式启动外部网关api服务,照做,再次运行测试就好了。 阅读全文

posted @ 2020-03-10 00:36 ~码铃薯~ 阅读(369) 评论(0) 推荐(0) 编辑

2020年3月8日

微服务项目启动遇到的问题

摘要: 微服务,项目在启动的时候,如果大家提交的分支没有什么问题的话,是可以正常启动的,如果,在启动某一个模块的时候,我们会遇到,提示:某一个模块出现了重新加载,这个时候,我建议大家是不能够点击 yes的,因为点击了yes的时候,你的项目就启动不起来了,然后你就各种百度,各种找错,找来找去,也没有找到原因, 阅读全文

posted @ 2020-03-08 23:59 ~码铃薯~ 阅读(673) 评论(0) 推荐(0) 编辑

关于Swagger的使用

摘要: 最近,公司的项目使用的是微服务,自然就是前后段进行分离的。关于后端的接口功能测试,推荐使用swagger 这是我们常见的注册中心: 然后输入正确的网址:手动在浏览器地址栏中:http://localhost:9020/swagger-ui.html(一定要加上,否则出不来下面的效果) 阅读全文

posted @ 2020-03-08 11:08 ~码铃薯~ 阅读(170) 评论(0) 推荐(0) 编辑

2020年3月7日

在springboot VO、DTO、DO、PO的概念、区别和用处

摘要: https://blog.csdn.net/youzi749/article/details/86596220 阅读全文

posted @ 2020-03-07 22:42 ~码铃薯~ 阅读(800) 评论(0) 推荐(0) 编辑

Navicat Premium 12连接Oracle时提示oracle library is not loaded的问题解决

摘要: https://blog.csdn.net/gxp1182893781/article/details/79815573 阅读全文

posted @ 2020-03-07 01:23 ~码铃薯~ 阅读(320) 评论(0) 推荐(0) 编辑

2020年3月5日

事务传播机制Propagation.REQUIRES_NEW

摘要: 讲解:https://blog.csdn.net/liujiancheng521/article/details/83542388 阅读全文

posted @ 2020-03-05 00:37 ~码铃薯~ 阅读(610) 评论(0) 推荐(0) 编辑

2020年3月4日

@ApiImplicitParams、ApiImplicitParam的使用

摘要: https://www.cnblogs.com/h-c-g/p/11004020.html 阅读全文

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

启动微服务项目的时候报redisInit错误---本地启动redis服务

摘要: 分享博客:https://www.cnblogs.com/qingmuchuanqi48/p/11194219.html 启动这个项目需要启动redis,redis服务器暂时没有,大家先本地起一下 阅读全文

posted @ 2020-03-04 13:20 ~码铃薯~ 阅读(419) 评论(0) 推荐(0) 编辑

上一页 1 ··· 58 59 60 61 62 63 64 65 66 ··· 84 下一页

导航