Skip to content

AestheticCapybara/RestfulCapybara

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RestfulCapybara

Static Badge Static Badge Static Badge

Static Badge Static Badge Static Badge

A SpringBoot based RESTful API toy.

Features

  • RESTful backend with in-mem H2 database
  • Easy to use graphical interface
  • One-command launch
  • Home-cooked graphics

Installation

Make sure you have the required JDK version.

  1. As source

    • Install required packages with mvn install
    • Launch RestfulCapybaraApplication.java
  2. As .jar release

    • Run .java file with java -jar RestfulCapybara-x.x.jar
    • Add --server.port= to specify port, defaults to 8080
  3. As .exe release

    • Launch RestfulCapybara-x.x.exe
  • 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

Requirements

  • JDK version: 21