Skip to content

rahul-acr/easy-dto-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages