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

com.txxs.common.utils.CommonUtilsApplication Maven / Gradle / Ivy

The newest version!
package com.txxs.common.utils;

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

@SpringBootApplication
public class CommonUtilsApplication {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy