Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiwepy/dozer-spring-boot-starter
https://github.com/hiwepy/dozer-spring-boot-starter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hiwepy/dozer-spring-boot-starter
- Owner: hiwepy
- License: apache-2.0
- Created: 2018-02-03T03:38:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T17:17:15.000Z (almost 4 years ago)
- Last Synced: 2023-07-01T02:17:30.789Z (over 1 year ago)
- Language: Java
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dozer-spring-boot-starter
Spring Boot Starter For Dozer 5.x### 说明
> 基于 dozer 的 Spring Boot Starter 实现
1. 整合 dozer
### Maven
``` xml
${project.groupId}
dozer-spring-boot-starter
${project.version}```
### Sample
[https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-dozer](https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-dozer "spring-boot-sample-dozer")