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

com.ulisesbocchio.jasyptmavenplugin.mojo.Application Maven / Gradle / Ivy

There is a newer version: 3.0.5
Show newest version
package com.ulisesbocchio.jasyptmavenplugin.mojo;

import org.springframework.boot.autoconfigure.SpringBootApplication;

/**
 * The main class. Note that location is important, at the root package of this module, so that
 * the correct spring configuration can be located. No main method is required because this will be
 * initiated via a Maven Mojo. See {@link AbstractJasyptMojo}.
 *
 * @author Rupert Madden-Abbott
 */
@SpringBootApplication
public class Application {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy