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

com.simonalong.butterfly.distribute.ButterflyApplication Maven / Gradle / Ivy

package com.simonalong.butterfly.distribute;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

/**
 * @author shizi
 * @since 2020/4/28 12:16 AM
 */
@SpringBootApplication
public class ButterflyApplication {

    public static void main(String... args) {
        SpringApplication.run(ButterflyApplication.class, args);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy