new voucher system + jdoc
This commit is contained in:
@@ -15,25 +15,23 @@ import org.springframework.boot.web.servlet.support.SpringBootServletInitializer
|
||||
import org.springframework.scheduling.annotation.EnableScheduling;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author _bastler@bstly.de
|
||||
*
|
||||
* The Class Application.
|
||||
*/
|
||||
@SpringBootApplication
|
||||
@EnableScheduling
|
||||
public class Application extends SpringBootServletInitializer {
|
||||
|
||||
/**
|
||||
* @param args
|
||||
* The main method.
|
||||
*
|
||||
* @param args the arguments
|
||||
*/
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(Application.class, args);
|
||||
}
|
||||
|
||||
/*
|
||||
*
|
||||
* @see
|
||||
* org.springframework.boot.web.servlet.support.SpringBootServletInitializer#
|
||||
* onStartup(javax.servlet.ServletContext)
|
||||
* @see org.springframework.boot.web.servlet.support.SpringBootServletInitializer#onStartup(javax.servlet.ServletContext)
|
||||
*/
|
||||
@Override
|
||||
public void onStartup(ServletContext servletContext) throws ServletException {
|
||||
|
||||
Reference in New Issue
Block a user