Skip to content

Sample project that demonstrates how to use Mapstruct to map data between Java beans and Protobuf generated beans

Notifications You must be signed in to change notification settings

sumtsov/mapstruct-protobuf-java-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mapstruct Protobuf Java Demo

Sample project that demonstrates how to use Mapstruct to map data between Java beans and Protobuf generated beans

How to run

  1. Build the project: mvn clean package
  2. Run the .jar: java -jar mapstruct-protobuf-java-demo-${version}.jar

API Reference

  • swagger-ui: http://localhost:8080/swagger-ui/index.html
  • json:http://localhost:8080/v2/api-docs

About

Sample project that demonstrates how to use Mapstruct to map data between Java beans and Protobuf generated beans

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages