Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Simple Spring Boot 2.0 demo

This is simple spring-boot application demo.

Rest Endpoints

{ "data": "message" }
{"name":"simpleData","data":{"@class":"itx.examples.springboot.demo.dto.generic.SimpleDataPayload","simpleData":"simple"}}
{"name":"complexData","data":{"@class":"itx.examples.springboot.demo.dto.generic.ComplexDataPayload","complexData":"complex"}}

Swagger API docs

Build and run

gradle clean build
java -jar build/libs/demo-0.0.1-SNAPSHOT.jar