摘要: 创建多线程和线程池 import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.TimeUnit; //开启的线程数 int threa 阅读全文
posted @ 2020-05-26 21:50 怒吼的萝卜 阅读(1950) 评论(2) 推荐(0) 编辑
摘要: Server服务端 server: port: 8761 eureka: client: #实例是否在eureka服务器上注册自己的信息以提供其他服务发现,默认为true register-with-eureka: false #此客户端是否获取eureka服务器注册表上的注册信息,默认为true 阅读全文
posted @ 2020-05-26 21:32 怒吼的萝卜 阅读(8332) 评论(0) 推荐(1) 编辑
摘要: 调用代码如下 JaxWsDynamicClientFactory dcf = JaxWsDynamicClientFactory.newInstance(); Client client = dcf.createClient(PropertiesUtil.getValue("sms.requrl") 阅读全文
posted @ 2020-05-26 21:23 怒吼的萝卜 阅读(2329) 评论(0) 推荐(0) 编辑
摘要: 当我们使用CXF动态客户端调用WebService接口容易出现如下问题:命名空间问题 Exception in thread "main" org.apache.cxf.common.i18n.UncheckedException: No operation was found with the n 阅读全文
posted @ 2020-05-26 21:13 怒吼的萝卜 阅读(1554) 评论(0) 推荐(0) 编辑