Related Services
-
The configuration properties for Apache Causeway can also be obtained from the CausewayConfiguration domain service. These provide type-safe access to all
causeway.*configuration properties.CausewayConfigurationis part of causeway-core-config rather than the applib.To use it therefore requires this dependency:
pom.xml<dependency> <groupId>org.apache.causeway.core</groupId> <artifactId>causeway-core-config</artifactId> </dependency> -
The
ConfigurationMenuprovides a UI to access this service.