Class ODataConfiguration

  • All Implemented Interfaces:
    org.springframework.boot.web.servlet.ServletContextInitializer

    @Configuration
    @DependsOn("cronappEntityManagerFactory")
    @ComponentScan(basePackages="cronapi.odata.server")
    public class ODataConfiguration
    extends Object
    implements org.springframework.boot.web.servlet.ServletContextInitializer
    • Constructor Detail

      • ODataConfiguration

        public ODataConfiguration()
    • Method Detail

      • onStartup

        public void onStartup​(javax.servlet.ServletContext servletContext)
        Specified by:
        onStartup in interface org.springframework.boot.web.servlet.ServletContextInitializer