上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 52 下一页

2020年6月8日

spring cloud oauth2资源服务器自定义认证失败和拒绝访问错误消息

摘要: JAVA CONFIG @Configuration@EnableResourceServerpublic class Resour... 阅读全文

posted @ 2020-06-08 11:26 路过君 阅读(665) 评论(0) 推荐(0) 编辑

IDEA MAVEN模块名变灰

摘要: 现象 如下图所示:正常模块名是黑色,api模块名是灰色 原因 api项目的pom.xml文件被设置在maven忽略文件清单中解决 f... 阅读全文

posted @ 2020-06-08 10:57 路过君 阅读(266) 评论(0) 推荐(0) 编辑

2020年6月7日

angular 路由使用

摘要: 创建路由模块 ng generate module app-routing --flat --module=app 修改app-ro... 阅读全文

posted @ 2020-06-07 10:19 路过君 阅读(89) 评论(0) 推荐(0) 编辑

2020年6月4日

spring cloud以客户端授权模式访问受oauth2保护的资源

摘要: 1. 依赖 org.springframework.cloud spring-cloud-starter-oauth2... 阅读全文

posted @ 2020-06-04 09:50 路过君 阅读(294) 评论(0) 推荐(0) 编辑

2020年5月29日

jackson反序列化失败异常总结

摘要: 存在冲突的访问器方法,Conflicting setter definitions for property “myproperty... 阅读全文

posted @ 2020-05-29 09:57 路过君 阅读(773) 评论(0) 推荐(0) 编辑

spring cloud feign客户端调用JSON数据接口对自定义类型反序列化失败源码分析

摘要: 源码 org.springframework.cloud.openfeign.support.SpringDecoder // 解码... 阅读全文

posted @ 2020-05-29 09:48 路过君 阅读(1590) 评论(0) 推荐(0) 编辑

2020年5月28日

使用openfeign传递oauth2令牌

摘要: 通过RequestInterceptor拦截Feign请求并装填OAuth2 Token public class OAuth2Fe... 阅读全文

posted @ 2020-05-28 14:31 路过君 阅读(743) 评论(0) 推荐(0) 编辑

2020年5月27日

spring cloud搭建oauth2资源服务

摘要: 依赖 pom.xml org.springframework.boot spring-boot-starter-par... 阅读全文

posted @ 2020-05-27 09:29 路过君 阅读(82) 评论(0) 推荐(0) 编辑

2020年5月26日

springboot maven项目打包SAPJCO3.JAR

摘要: 下载SAPJCO3 SAPJCO3 3.1.2 springboot项目加入本地JAR包依赖 pom.xml com.sap... 阅读全文

posted @ 2020-05-26 09:38 路过君 阅读(1094) 评论(0) 推荐(0) 编辑

2020年5月25日

SAPJCO3升级3.1后报错java.lang.UnsatisfiedLinkError: sapjco3.dll解决

摘要: 部署JCO3.0版本不报错 部署JCO3.1版本执行sapjco3.jar报错如下 java.lang.ExceptionInIni... 阅读全文

posted @ 2020-05-25 15:53 路过君 阅读(561) 评论(0) 推荐(0) 编辑

上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 52 下一页

导航