@Configuration @ConditionalOnWebApplication(type=SERVLET) @ConditionalOnClass(value=org.h2.server.web.WebServlet.class) @ConditionalOnProperty(prefix="spring.h2.console", name="enabled", havingValue="true", matchIfMissing=false) @EnableConfigurationProperties(value=H2ConsoleProperties.class) public class H2ConsoleAutoConfiguration extends ObjectSE
Auto-configuration。| コンストラクターと説明 |
|---|
H2ConsoleAutoConfiguration(H2ConsoleProperties properties) |
| 修飾子と型 | メソッドと説明 |
|---|---|
ServletRegistrationBean<org.h2.server.web.WebServlet> | h2Console() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic H2ConsoleAutoConfiguration(H2ConsoleProperties properties)
@Bean public ServletRegistrationBean<org.h2.server.web.WebServlet> h2Console()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.