Package nl.datasteel.crudcraft.starter
Class CrudCraftAutoConfiguration
java.lang.Object
nl.datasteel.crudcraft.starter.CrudCraftAutoConfiguration
@Configuration
@ConditionalOnWebApplication(type=SERVLET)
@Import(CrudCraftExceptionHandler.class)
@EnableConfigurationProperties(CrudCraftSearchProperties.class)
public class CrudCraftAutoConfiguration
extends Object
Autoconfiguration for CrudCraft, enabling the exception handler and search properties.
This configuration is only active when the application is a web application (servlet type).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CrudCraftAutoConfiguration
public CrudCraftAutoConfiguration()
-