|
|
@ -7,7 +7,7 @@ import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
|
|
|
|
@SpringBootApplication
|
|
|
|
@SpringBootApplication
|
|
|
|
@EnableDiscoveryClient
|
|
|
|
@EnableDiscoveryClient
|
|
|
|
public class ApiPassengerApplication {
|
|
|
|
public class ApiPassengerApplication {
|
|
|
|
|
|
|
|
//log
|
|
|
|
public static void main(String[] args) {
|
|
|
|
public static void main(String[] args) {
|
|
|
|
SpringApplication.run(ApiPassengerApplication.class);
|
|
|
|
SpringApplication.run(ApiPassengerApplication.class);
|
|
|
|
}
|
|
|
|
}
|
|
|
|