Package io.meeds.deeds
Class DeedApplication
- java.lang.Object
-
- org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
- io.meeds.deeds.DeedApplication
-
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
@SpringBootApplication(exclude=org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.class) @EnableCaching public class DeedApplication extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
-
Constructor Summary
Constructors Constructor Description DeedApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonStartup(javax.servlet.ServletContext servletContext)
-
-
-
Method Detail
-
onStartup
public void onStartup(javax.servlet.ServletContext servletContext) throws javax.servlet.ServletException- Specified by:
onStartupin interfaceorg.springframework.web.WebApplicationInitializer- Overrides:
onStartupin classorg.springframework.boot.web.servlet.support.SpringBootServletInitializer- Throws:
javax.servlet.ServletException
-
-