https://github.com/barrettotte/drools-springboot
A simple vehicle premium API to experiment with using Drools to process business rules.
https://github.com/barrettotte/drools-springboot
drools drools-example drools-springboot gradle java spring-boot
Last synced: 29 days ago
JSON representation
A simple vehicle premium API to experiment with using Drools to process business rules.
- Host: GitHub
- URL: https://github.com/barrettotte/drools-springboot
- Owner: barrettotte
- License: mit
- Created: 2020-04-03T17:55:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T00:00:16.000Z (about 6 years ago)
- Last Synced: 2025-06-25T08:06:48.174Z (11 months ago)
- Topics: drools, drools-example, drools-springboot, gradle, java, spring-boot
- Language: Java
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drools-SpringBoot
A simple vehicle premium API to experiment with using Drools to process business rules.
My current company has been using Drools extensively for years, so I wanted to learn more about it with a fun little project.
I also haven't done any Java/SpringBoot stuff in a bit, so this served as a decent refresher.
## Features
* Actuator - monitoring (**http://127.0.0.1:8098/actuator**)
* Drools - rules engine
* Swagger - API documentation (**http://127.0.0.1:8098/swagger-ui.html**)
## References
* https://www.baeldung.com/drools
* https://dzone.com/articles/introduction-to-rules-engine-using-drools-expert
* Vehicle data - https://raw.githubusercontent.com/n8barr/automotive-model-year-data/master/data.sql