upgrade spring, add javadoc, formatting
This commit is contained in:
@@ -20,7 +20,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
|
||||
@SpringBootApplication
|
||||
@EnableScheduling
|
||||
public class Application extends SpringBootServletInitializer {
|
||||
|
||||
|
||||
/**
|
||||
* The main method.
|
||||
*
|
||||
@@ -31,7 +31,9 @@ public class Application extends SpringBootServletInitializer {
|
||||
}
|
||||
|
||||
/*
|
||||
* @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