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

com.github.eugeneheen.mangosteen.jdbctemplate.MangosteenJdbcTemplateSpringBootStarterApplication Maven / Gradle / Ivy

package com.github.eugeneheen.mangosteen.jdbctemplate;

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

@SpringBootApplication
public class MangosteenJdbcTemplateSpringBootStarterApplication {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy