logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

springboot 创建webservice服务接口

springboot 创建webservice服务接口PS: 此处是在若依前后端分离式框架基础上增加的webservice服务接口。pom依赖:<!-- CXF webservice --><dependency><groupId>org.apache.cxf</groupId><artifactId>cxf-spring-boot-st

Field remoteUserService in com.zt.health.auth.service.SysLoginService required a bean of type ‘com.z

因为我自己对若依的包路径进行了调整,所以在引用feign时,若依默认配置的路径如果没有调整的话,对应的注解。使用若依的cloud版本,启动报错,检查发现是feign引用出错,把对应的路径调整为你的实际路径就可以了。

webservice接口调用异常两种(Unexpected wrapper element,Unmarshalling Error: 意外的元素)

webservice接口调用异常两种(1)Unexpected wrapper element {xxx}xx found.Expected {xxx}xx.后台错误:20:47:45.824 [http-nio-8080-exec-8] WARNo.a.c.p.PhaseInterceptorChain - [doLog,475] - Interceptor for {http://impl.s

webservice接口调用异常两种(Unexpected wrapper element,Unmarshalling Error: 意外的元素)

webservice接口调用异常两种(1)Unexpected wrapper element {xxx}xx found.Expected {xxx}xx.后台错误:20:47:45.824 [http-nio-8080-exec-8] WARNo.a.c.p.PhaseInterceptorChain - [doLog,475] - Interceptor for {http://impl.s

设置 el-input-number 整数取值

el-input-number是数值输入标签,默认为非整类型。但是很多情况下,要求输入数值必须为正整数,这就需要自己添加方法进行设置<el-input-number:min="0"v-model="chapter.sort"controls-position="right"placeholder="请输入排序"@change="toInteger".

springboot 创建webservice服务接口

springboot 创建webservice服务接口PS: 此处是在若依前后端分离式框架基础上增加的webservice服务接口。pom依赖:<!-- CXF webservice --><dependency><groupId>org.apache.cxf</groupId><artifactId>cxf-spring-boot-st

springboot 解决 NoClassDefFoundError: redis/clients/jedis/util/SafeEncoder

解决因为版本兼容问题导致的 redis服务的NoClassDefFoundError: redis/clients/jedis/util/SafeEncoder问题,图文展示解决bug的操作步骤

#redis
暂无文章信息