Class BeasReApplication
java.lang.Object
com.beassolution.rule.BeasReApplication
@SpringBootApplication
@EnableWebMvc
@EnableMongoRepositories
@EnableMongoAuditing
@EnableAsync
public class BeasReApplication
extends Object
Main Spring Boot application class for the Beas Rule Engine.
This is the entry point for the rule engine application that provides:
- Rule evaluation and execution capabilities
- Function library management
- Rule helper management
- Rule library management
- Caching mechanisms for improved performance
- Cryptographic operations for data security
The application uses MongoDB as the primary data store and supports asynchronous operations for better scalability.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Beas Solution Team
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for the Beas Rule Engine application. -
Method Summary
-
Constructor Details
-
BeasReApplication
public BeasReApplication()Default constructor for the Beas Rule Engine application.
-
-
Method Details
-
main
Main method to start the Spring Boot application.This method initializes the Spring application context and starts the embedded web server. The application will be available on the configured port (default: 8080).
- Parameters:
args
- Command line arguments passed to the application
-