1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

后端用户登录接口完成

This commit is contained in:
2022-11-23 20:37:35 +08:00
parent 46743b31b5
commit ac885b813f
64 changed files with 282 additions and 419 deletions

View File

@@ -1,4 +1,4 @@
package com.cxyxiaomo.epp;
package com.cxyxiaomo.epp.gateway;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

View File

@@ -1,4 +1,4 @@
package com.cxyxiaomo.epp.controller;
package com.cxyxiaomo.epp.gateway.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

View File

@@ -19,8 +19,7 @@ spring:
uri: lb://microservice-provider-user
predicates:
- Path=/user/**
filters:
- StripPrefix=1
- Method=GET,POST
- id: test1
uri: lb://microservice-provider-test

View File

@@ -1,4 +1,4 @@
package com.cxyxiaomo.epp;
package com.cxyxiaomo.epp.gateway;
import static org.junit.Assert.assertTrue;