Service to queue results of tasks
See buffer.postman_collection.json
- Install spring-boot cli
- Run:
./builder runORspring run *.groovy - Build jar:
./builder jarORspring jar buffer.jar .
- Build:
./builder dockerBuildORspring jar buffer.jar . && docker-compose build - Build and run:
./builder dockerRunORspring jar buffer.jar . && docker-compose up
- Open
- Open Module Settings
- Project: setup the SDK
- Modules: mark the root as
Sourcesand the config asResources - Facets: add Spring (don't forget to add the Application Context)
- Global Libraries: add Groovy
Alt+Enteron@Grab: Grab the artifacts