Skip to content

A small (one-file) spring-boot application to run experiments

Notifications You must be signed in to change notification settings

jonatan-ivanov/nanobe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nanobe

Small (one-file) spring-boot application to run experiments. https://en.wikipedia.org/wiki/Nanobe

How to use

  1. Install spring-boot cli
  2. Run: ./builder run OR spring run *.groovy
  3. Build jar: ./builder jar OR spring jar nanobe.jar .

Docker

  • Build: ./builder dockerBuild OR spring jar nanobe.jar . && docker-compose build
  • Build and run: ./builder dockerRun OR spring jar nanobe.jar . && docker-compose up

Open in IntelliJ

  1. Open
  2. Open Module Settings
  3. Project: setup the SDK
  4. Modules: mark the root as Sources and the config as Resources
  5. Facets: add Spring (don't forget to add the Application Context)
  6. Global Libraries: add Groovy
  7. Alt+Enter on @Grab: Grab the artifacts

About

A small (one-file) spring-boot application to run experiments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages