parent
b720f7e688
commit
bd45d68a63
|
@ -42,7 +42,7 @@ import org.springframework.web.context.WebApplicationContext;
|
||||||
*
|
*
|
||||||
* @author Dave Syer
|
* @author Dave Syer
|
||||||
*/
|
*/
|
||||||
public abstract class SpringServletInitializer implements WebApplicationInitializer {
|
public abstract class SpringBootServletInitializer implements WebApplicationInitializer {
|
||||||
|
|
||||||
protected final Log logger = LogFactory.getLog(getClass());
|
protected final Log logger = LogFactory.getLog(getClass());
|
||||||
|
|
Loading…
Reference in New Issue