Package com.logviewer.springboot
Class LogViewerSpringBootConfig
java.lang.Object
com.logviewer.springboot.LogViewerSpringBootConfig
@Import({com.logviewer.config.LogViewerAutoConfig.class,com.logviewer.config.LvConfigBase.class})
@Configuration
public class LogViewerSpringBootConfig
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.web.servlet.ServletRegistrationBeanlogViewerServlet(org.springframework.core.env.Environment environment)
-
Field Details
-
LOG_VIEWER_WEBSOCKET_PATH
- See Also:
-
DEFAULT_LOG_PATH
- See Also:
-
LOG_VIEWER_URL_MAPPING
- See Also:
-
-
Constructor Details
-
LogViewerSpringBootConfig
public LogViewerSpringBootConfig()
-
-
Method Details
-
logViewerServlet
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean logViewerServlet(org.springframework.core.env.Environment environment)
-