All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apichart.common.ClientApplication Maven / Gradle / Ivy

Go to download

project for Spring Boot, to provide a reference for ensuring the stability of the system!

The newest version!
//package org.apichat.common;
//
//        import org.springframework.boot.SpringApplication;
//        import org.springframework.boot.autoconfigure.SpringBootApplication;
//        import org.springframework.context.annotation.ComponentScan;
//
///**
// * 本地运行请开启, 打依赖包时整个注释本启动类
// * @author easton
// * @date 2022/4/14 18:08
// * @param
// * @return null
// */
//@SpringBootApplication
//@ComponentScan({"com.apichat"})
//public class ClientApplication {
//
//    public static void main(String[] args) {
//        System.out.println("启动开始");
//        SpringApplication.run(ClientApplication.class, args);
//        System.out.println("启动成功");
//    }
//}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy