流易

日日行,不怕千万里;常常做,不怕千万事。(https://github.com/poazy)

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 2 3 4 5 6 ··· 10 下一页

2019年3月21日

摘要: 采用CXF客户端调用Webservice服务,由于服务端时不时会对Webservice服务删除或添加一些字段,而CXF未及时更新客户端代码导致再次调用服务时报异常错误: 解决这个问题有二个方式:1、根据最新的服务wsdl规范更新CXF客户端代码 2、给CXF设置属性禁用CXF的Jabx对xml的检验 阅读全文
posted @ 2019-03-21 11:53 流易 阅读(2210) 评论(0) 推荐(0) 编辑

2019年3月8日

摘要: @Bean public ResourceConfig resourceConfig() { ResourceConfig resourceConfig = new ResourceConfig(); // 用FastJson替换掉默认的Jackson resourceConfig.register(FastJsonResolve... 阅读全文
posted @ 2019-03-08 18:44 流易 阅读(582) 评论(0) 推荐(0) 编辑

摘要: 1 @Bean 2 public ResourceConfig resourceConfig() { 3 ResourceConfig resourceConfig = new ResourceConfig(); 4 5 // 开启gzip压缩支持请求 6 resourceConfig.register(GZipEnc... 阅读全文
posted @ 2019-03-08 18:41 流易 阅读(241) 评论(0) 推荐(0) 编辑

摘要: #查看: show variables like '%max_connections%'; #设置: set GLOBAL max_connections = 1000; 阅读全文
posted @ 2019-03-08 17:35 流易 阅读(299) 评论(0) 推荐(0) 编辑

2018年11月9日

摘要: Maven Helperp3pauto filling Java call argumentsCamelCaseVisualVM LauncherTranslation.ignoreGenerateAllSetterlombokFindBugs-IDEAGsonFormatMyBatisCodeHe 阅读全文
posted @ 2018-11-09 11:32 流易 阅读(256) 评论(0) 推荐(0) 编辑

摘要: 在 E:\ProgramFiles\SmartBear\SoapUI-Pro-5.1.2\bin\SoapUI-Pro-5.1.2.vmoptions 中添加一行代码,代码如下: 添加一行代码保存好后重启soapui就可以正常对 https 请求了。 阅读全文
posted @ 2018-11-09 11:22 流易 阅读(1744) 评论(0) 推荐(0) 编辑

2018年10月13日

摘要: javax.ws.rs.ProcessingException: RESTEASY004655: Unable to invoke request Caused by: javax.ws.rs.ProcessingException: RESTEASY003215: could not find writer for content-type text/html type: java.lang.String 阅读全文
posted @ 2018-10-13 15:18 流易 阅读(1122) 评论(0) 推荐(0) 编辑

2018年8月8日

摘要: dubbo rest No provider available for the service 阅读全文
posted @ 2018-08-08 20:07 流易 阅读(595) 评论(0) 推荐(0) 编辑

2018年7月2日

摘要: jaxb-bindings.xml配置: 转载: https://stackoverflow.com/questions/21287429/unable-to-generate-java-util-calendar-from-xsd-getting-xmlgregoriancalendar http 阅读全文
posted @ 2018-07-02 16:43 流易 阅读(368) 评论(0) 推荐(0) 编辑

2018年6月30日

摘要: org.apache.cxf cxf-codegen-plugin 3.2.4 generate-sources-w2j generate-sources src/main/java ... 阅读全文
posted @ 2018-06-30 08:18 流易 阅读(568) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 10 下一页