Configuration of OpenL Rule Services
Configuration of OpenL Rule Services
OpenL Rule Services support a similar way of externalizing configuration as in Spring Boot.
Configuration can be provided through:
- init-params from the Servlet Context (if applicable).
- JNDI attributes from
java:comp/env(if applicable). - Java System properties.
- OS environment variables.
- application.properties files, located at:
- the user’s home directory (~/application.properties).
- the current working directory (./application.properties).
- inside the JAR file (classpath:application.properties).