We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e612e9b commit 9e42fdaCopy full SHA for 9e42fda
cloud-gateway/src/main/java/com/cevher/ms/cloud/gateway/CloudGatewayApplication.java renamed to cloud-gateway/src/main/java/com/cevher/ms/cloud/gateway/APIGatewayApplication.java
@@ -8,10 +8,10 @@
8
@SpringBootApplication
9
@EnableEurekaClient
10
@EnableHystrix
11
-public class CloudGatewayApplication {
+public class APIGatewayApplication {
12
13
public static void main(String[] args) {
14
- SpringApplication.run(CloudGatewayApplication.class, args);
+ SpringApplication.run(APIGatewayApplication.class, args);
15
}
16
17
0 commit comments