This commit is contained in:
yovinchen 2024-01-06 22:27:11 +08:00
parent fe23638fb6
commit 2f29241806
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ import org.springframework.cloud.openfeign.EnableFeignClients;
@EnableDiscoveryClient
@EnableFeignClients
public class ServiceOrderApplication {
public static void main(String[] args) {
SpringApplication.run(ServiceOrderApplication.class, args);
}