摘要: 第一种:xml 配置 注入一个工具类 dozerBeanMapper到spring上下文环境中 并指定映射文件的位置 1 @Configuration 2 public class DozerBeanMapperConfiguer { 3 4 @Bean(name = "org.dozer.Mapp 阅读全文
posted @ 2020-03-26 21:05 无魂儿 阅读(319) 评论(0) 推荐(0)
摘要: <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> </plugins> </build> 阅读全文
posted @ 2020-03-26 15:32 无魂儿 阅读(696) 评论(0) 推荐(0)