Skip to content

peanutpi/spring-boot-starter-dozer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot dozer

This is a simple Spring boot utility that will help you integrate & load dozer with your mapping files easily.

integration

  • Add following dependency in your pom.xml
<dependency>
	<groupId>com.pk.dozer</groupId>
	<artifactId>spring-boot-starter-dozer</artifactId>
	<version>0.0.1-SNAPSHOT</version>
</dependency>
  • Create a directory dozer-mappings in /src/main/resources/.
  • Put all your dozer mapping xml files under it.
  • Now you can Autowire DozerBeanMapper in your code.

Contribution

  • Feel free to provide any suggestions & feature requests.

About

Integrate Dozer with Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages