A SpringBoot based RESTful API toy.
- RESTful backend with in-mem H2 database
- Easy to use graphical interface
- One-command launch
- Home-cooked graphics
Make sure you have the required JDK version.
-
As source
- Install required packages with
mvn install
- Launch
RestfulCapybaraApplication.java
- Install required packages with
-
As .jar release
- Run .java file with
java -jar RestfulCapybara-x.x.jar
- Add
--server.port=
to specify port, defaults to 8080
- Run .java file with
-
As .exe release
- Launch
RestfulCapybara-x.x.exe
- Launch
- Go to host address with proper port, default http://localhost:8080
- If the port was changed, open the menu from left-upper corner and set the address
- JDK version: 21