Class PreferencesAutoConfiguration
java.lang.Object
org.openwms.core.preferences.app.PreferencesAutoConfiguration
@AutoConfiguration(afterName="org.springframework.boot.data.jpa.autoconfigure.DataJpaRepositoriesAutoConfiguration")
public class PreferencesAutoConfiguration
extends Object
A PreferencesAutoConfiguration activates all components of the Preferences library in a consuming Spring Boot application without the
need for component scanning of the
org.openwms.core.preferences package. With the default (JPA) persistence backend the
consuming application only needs to include the ORM mapping file in spring.jpa.mapping-resources=META-INF/preferences-orm.xml.- Author:
- Heiko Scherrer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static classRegisters all Spring components of the Preferences library, including the module, web, async, distributed and mongo configurations.(package private) static classActivates the default JPA persistence backend with Spring Data repositories, auditing and transaction management. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PreferencesAutoConfiguration
PreferencesAutoConfiguration()
-