类 SheildH2ConsoleAutoConfiguration
- java.lang.Object
-
- net.quanter.shield.springboot.h2.SheildH2ConsoleAutoConfiguration
-
@Configuration @EnableConfigurationProperties(org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.class) @ConditionalOnWebApplication(type=SERVLET) @ConditionalOnClass(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)
-