@Configuration
@EnableConfigurationProperties(value=org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.class)
@ConditionalOnWebApplication(type=SERVLET)
@ConditionalOnClass(value=org.h2.server.web.WebServlet.class)
@ConditionalOnProperty(prefix="spring.h2.console",
name="enabled",
havingValue="true",
matchIfMissing=false)
public class SheildH2ConsoleAutoConfiguration
extends Object
| 构造器和说明 |
|---|
SheildH2ConsoleAutoConfiguration(org.springframework.boot.autoconfigure.h2.H2ConsoleProperties properties) |
Copyright © 2019 量宽. All rights reserved.