This commit is contained in:
tanghc
2019-07-28 10:55:43 +08:00
parent 33f00bbc62
commit 17de022e3c
50 changed files with 217 additions and 66 deletions

View File

@@ -23,7 +23,7 @@
<dependency>
<groupId>com.gitee.sop</groupId>
<artifactId>sop-gateway-common</artifactId>
<version>1.13.3-SNAPSHOT</version>
<version>1.13.4-SNAPSHOT</version>
</dependency>
<!-- ↓↓↓ 使用spring cloud zuul ↓↓↓ -->

View File

@@ -14,7 +14,7 @@ import java.io.IOException;
/**
* 传统web开发入口
* @author thc
* @author tanghc
*/
@WebServlet(urlPatterns = "/rest/*")
public class RestServlet extends HttpServlet {