Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyDto Example Project

This is a sample Spring Boot project to demonstrate EasyDto library.

clone, build run the com.example.dtotest.SampleApplication class to start the application.

Once up the following REST endpoints should be available

POST localhost:8080/student

{
  "name": "John Doe",
  "dept": "CS"
}

GET localhost:8080/student

GET localhost:8080/student/{id}

Please make sure the easy-dto-core and easy-dto-jackson libraries are present in the classpath.

About

An example project for EasyDto demonstration

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages