@ConditionalOnWebApplication @ConditionalOnClass(value=org.togglz.console.TogglzConsoleServlet.class) public abstract class TogglzConsoleBaseConfiguration extends Object
Auto-configuration class for Togglz Console.
Provides a common ground implementation for console on management port or on the application port, as well as for Spring Boot 1.5 and Spring Boot 2.
| Modifier and Type | Class and Description |
|---|---|
static class |
TogglzConsoleBaseConfiguration.OnConsoleAndNotUseManagementPort |
static class |
TogglzConsoleBaseConfiguration.OnConsoleAndUseManagementPort |
| Modifier | Constructor and Description |
|---|---|
protected |
TogglzConsoleBaseConfiguration(TogglzProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getContextPath() |
org.springframework.boot.web.servlet.ServletRegistrationBean |
togglzConsole() |
protected TogglzConsoleBaseConfiguration(TogglzProperties properties)
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean togglzConsole()
protected String getContextPath()
Copyright © 2018. All Rights Reserved.