|
@@ -6,11 +6,11 @@ import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
|
|
|
|
|
|
@EnableDiscoveryClient
|
|
|
@SpringBootApplication(scanBasePackages = "com.gyee.gaia")
|
|
|
-public class WindState {
|
|
|
+public class WindStateApp {
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
|
|
|
- SpringApplication.run(WindState.class, args);
|
|
|
+ SpringApplication.run(WindStateApp.class, args);
|
|
|
|
|
|
}
|
|
|
}
|