Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
/ druuls Public archive

Good start Drools Crud with REST

License

Notifications You must be signed in to change notification settings

frkr/druuls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Druuls

Executando

mvn spring-boot:run

http://localhost:9090/druuls/

curl -X POST "http://localhost:9090/druuls/api/execute" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"id\": 1, \"values\": { \"Cenario\": \"501\", \"Nome\": \"Davi\" }}"

Tecnologias

  1. Spring Boot
  2. PrimeFaces JoinFaces
  3. Swagger2 UI
  4. Hibernate Envers
  5. H2 Console
  6. Drools