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
  • Constructor Details

    • PreferencesAutoConfiguration

      PreferencesAutoConfiguration()