摘要: 链接 :https://www.jianshu.com/p/a3dbb5a67d48 主要是 zoo.cfg 在拷贝过程中可能产生编码错误导致。建议不用用文件拷贝,直接用命令 cp zoo_sample.cfg zoo_cfg 阅读全文
posted @ 2019-11-21 15:55 janseny 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 用cxf调用webservice 如下 <dependency><groupId>org.apache.cxf</groupId><artifactId>cxf-spring-boot-starter-jaxws</artifactId><version>3.1.12</version> </dep 阅读全文
posted @ 2019-08-20 11:31 janseny 阅读(4575) 评论(2) 推荐(0) 编辑
摘要: 理论知识: 转自:http://wso2.com/library/articles/differentiating-between-soap-versions-looking-soap-message/ 转自:http://wso2.com/library/559/ 进一步理论说明: 转自:http 阅读全文
posted @ 2019-08-15 13:07 janseny 阅读(1377) 评论(0) 推荐(0) 编辑
摘要: springboot自动配置了支持mongodb。在启动springboot时会自动实例化一个mongo实例。所以自己配置的话,需要禁用掉springboot的自动配置。 @SpringBootApplication(exclude = {MongoAutoConfiguration.class,M 阅读全文
posted @ 2019-03-06 15:01 janseny 阅读(905) 评论(0) 推荐(0) 编辑
摘要: 有一次配置好springboot项目启动后,忽然发现有下边的警告: SLF4J: Class path contains multiple SLF4J bindings.SLF4J: Found binding in [jar:file:/E:/mavenJarOnline/ch/qos/logba 阅读全文
posted @ 2019-03-06 12:42 janseny 阅读(6555) 评论(1) 推荐(0) 编辑