-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
1.integration
abel533 edited this page Feb 23, 2018
·
2 revisions
通用 Mapper 有很多种集成方式,这里会介绍大部分情况下的配置方式。
Java 编码方式集成是最少见的一种情况,但是通过这种集成方式可以很容易让大家看清通用 Mapper 集成的入口。
和 Spring 集成是最常见的,Spring Boot 也在慢慢成为主流,为了便于在集成通用 Mapper 的情况下仍然可以和第三方的工具集成,这里也会有很多种集成的方式。
1. 集成通用 Mapper || 2. 对象关系映射 || 3. 配置介绍