|
@@ -8,17 +8,22 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
|
|
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
|
|
import springfox.documentation.swagger2.annotations.EnableSwagger2;
|
|
import springfox.documentation.swagger2.annotations.EnableSwagger2;
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * @author : lingfeng
|
|
|
|
+ * @time : 2022-11-25
|
|
|
|
+ * @description : 启动类
|
|
|
|
+ */
|
|
@Slf4j
|
|
@Slf4j
|
|
@EnableDiscoveryClient
|
|
@EnableDiscoveryClient
|
|
@SpringBootApplication
|
|
@SpringBootApplication
|
|
-@MapperScan({"com.zanxiang.mybatis.mapper", "com.zanxiang.manage.domain.mapper"})
|
|
|
|
|
|
+@MapperScan({"com.zanxiang.mybatis.mapper"})
|
|
@EnableDubbo
|
|
@EnableDubbo
|
|
@EnableSwagger2
|
|
@EnableSwagger2
|
|
public class ManageApplication {
|
|
public class ManageApplication {
|
|
|
|
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|
|
SpringApplication.run(ManageApplication.class, args);
|
|
SpringApplication.run(ManageApplication.class, args);
|
|
- System.out.println("赞象Manage服务启动成功123 ( ´・・)ノ(._.`) \n" +
|
|
|
|
|
|
+ System.out.println("赞象Manage服务启动成功op ( ´・・)ノ(._.`) \n" +
|
|
" ______ __ __ \n" +
|
|
" ______ __ __ \n" +
|
|
"/_____/\\/__/\\ /__/\\ \n" +
|
|
"/_____/\\/__/\\ /__/\\ \n" +
|
|
"\\:::__\\/\\ \\::\\\\:.\\ \\ \n" +
|
|
"\\:::__\\/\\ \\::\\\\:.\\ \\ \n" +
|