摘要:
主要参考如下大神文章: 一个网上可用的免费webservice http://ws.webxml.com.cn/WebServices/MobileCodeWS.asmx?wsdl 转: WebService客户端调用常见5种方式 按照文章搭建服务端, 遇到 坑1:上面这个Endpoint相关类会报 阅读全文
摘要:
转: 使用IDEA创建一个springboot项目 阅读全文
摘要:
The Bean Validation API is on the classpath but no implementation could be found Unable to create a Configuration, because no Bean Validation provider 阅读全文
摘要:
IDEA创建test测试类 方法一:光标放在原类名上,按 alt + enter,选create Test即可在test目录下创建一个和原类目录一致的test类。 方法二:在原类名上点右键,选 Go To ,test 阅读全文