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

com.github.zw201913.quartzcluster.QuartzClusterApplication Maven / Gradle / Ivy

There is a newer version: 1.0.5.RELEASE
Show newest version
package com.github.zw201913.quartzcluster;

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

@SpringBootApplication
public class QuartzClusterApplication {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy