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

com.tencent.devops.leaf.server.LeafServerApplication Maven / Gradle / Ivy

package com.tencent.devops.leaf.server;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ImportResource;

@SpringBootApplication
@ImportResource("classpath:leaf-application.xml")
public class LeafServerApplication {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy