Skip to content

Update docs for integrating spring #656

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 16, 2018

Conversation

kazuki43zoo
Copy link
Contributor

Purpose

Update and improve the documentation for integrating spring and spring-boot.

Approach

For Spring Framework Integration:

  • Add how to add artifacts in pom.xml
  • Add how to configure using xml namespace(<dozer:mapper>)
  • Add how to configure using Java configuration
  • Add how to use Mapper using dependency injection
  • Fix package name of DozerBeanMapperFactoryBean
  • Fix how to use Mapper using look-up from ApplicationContext(BeanFactory)
  • Change bean name to dozerMapper
  • Drop explanation for configuration using DozerBeanMapper directly (because does not use in xml based configuration)

For Spring Boot Integration:

  • Add how to add artifacts in pom.xml
  • Add how to configure custom dozer mapping files using properties or yml file

Open Questions and Pre-Merge TODOs

  • Issue created
  • Unit tests pass
  • Documentation updated
  • Travis build passed

@garethahealy garethahealy merged commit c108826 into DozerMapper:master Jun 16, 2018
@kazuki43zoo kazuki43zoo deleted the update-doc-for-spring branch June 16, 2018 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants