提交 76a51a76 编写于 作者: 黄勇

【I】代码优化

上级 d0bc9458
......@@ -30,6 +30,13 @@
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<!-- JSP -->
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<version>2.2</version>
<scope>provided</scope>
</dependency>
<!-- JSTL -->
<dependency>
<groupId>javax.servlet</groupId>
......
......@@ -9,7 +9,7 @@ import org.smart4j.plugin.rest.RestHelper;
import org.smart4j.sample.entity.Product;
import org.smart4j.sample.rest.ProductService;
public class ProductServiceRESTTest {
public class ProductServiceRestTest_ {
private String wadl = "http://localhost:8080/smart-sample/rest/product";
private ProductService productService = RestHelper.createClient(wadl, ProductService.class);
......
......@@ -9,7 +9,7 @@ import org.smart4j.plugin.soap.SoapHelper;
import org.smart4j.sample.entity.Product;
import org.smart4j.sample.soap.ProductService;
public class ProductServiceSOAPTest {
public class ProductServiceSoapTest_ {
private String wsdl = "http://localhost:8080/smart-sample/soap/product";
private ProductService productService = SoapHelper.createClient(wsdl, ProductService.class);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册