|
|
@@ -4,6 +4,7 @@ package com.hr;
|
|
|
import com.yy.basedevelop.BasedevelopBoot;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.mybatis.spring.annotation.MapperScan;
|
|
|
+import org.springframework.boot.SpringApplication;
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
|
|
|
import org.springframework.cloud.openfeign.EnableFeignClients;
|
|
|
@@ -21,7 +22,7 @@ public class InterfacePlatformApplication
|
|
|
public static void main(String[] args)
|
|
|
{
|
|
|
|
|
|
- BasedevelopBoot.run(InterfacePlatformApplication.class, args);
|
|
|
+ SpringApplication.run(InterfacePlatformApplication.class, args);
|
|
|
log.info("(♥◠‿◠)ノ゙ 测试环境启动成功 ლ(´ڡ`ლ)゙ \n" );
|
|
|
}
|
|
|
}
|