Skip to content

Darkona/Axolotl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

≽(◕ ᴗ ◕)≼

-AXOLOTL-

Proof of concept for SpringBoot + Glassfish

Proof of concept for a SpringBoot Application working in Glassfish 4.1.2

Endpoints

  • "/" root shows a random axolotl picture between two possible ones.

Example

GET http://localhost:8080/axolotl/

drawing

  • "/greeting" takes a "name" paramaeter and displays a greeting. Additionally it counts the number of times the endpoint has been called since the start of the application.

Example:

GET http://localhost:8080/axolotl/greeting?name=Darkona
{
  "id": 3,
  "message": "Hello Darkona! I'm Axolotl!"
}

Changes

  • 1.0.0 Initial version
Build with Maven

mvn clean package spring-boot:repackage