|
@@ -14,7 +14,7 @@ import org.springframework.cloud.openfeign.EnableFeignClients;
|
|
|
@Slf4j
|
|
@Slf4j
|
|
|
public class GatewayServiceApplication {
|
|
public class GatewayServiceApplication {
|
|
|
|
|
|
|
|
- //http://localhost:8080/rest/v1/服务名/base/base/getById?id=1
|
|
|
|
|
|
|
+ //http://localhost:8080/rest/v1/服务名/tenant/tenant/getById?id=1
|
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|
|
|
long start = System.currentTimeMillis();
|
|
long start = System.currentTimeMillis();
|
|
|
SpringApplication.run(GatewayServiceApplication.class, args);
|
|
SpringApplication.run(GatewayServiceApplication.class, args);
|