Skip to content

Commit 9e42fda

Browse files
committed
rename file
1 parent e612e9b commit 9e42fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
@SpringBootApplication
99
@EnableEurekaClient
1010
@EnableHystrix
11-
public class CloudGatewayApplication {
11+
public class APIGatewayApplication {
1212

1313
public static void main(String[] args) {
14-
SpringApplication.run(CloudGatewayApplication.class, args);
14+
SpringApplication.run(APIGatewayApplication.class, args);
1515
}
1616

1717
}

0 commit comments

Comments
 (0)