1.通用mapper集成 2.单元测试

This commit is contained in:
WangHao
2020-08-08 20:33:26 +08:00
parent 0f4d4f68ca
commit d75969cf9a
13 changed files with 172 additions and 55 deletions

View File

@ -52,7 +52,7 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<!-- JSON工具类 -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
@ -125,6 +125,7 @@
<version>2.1.5</version>
</dependency>
</dependencies>
</project>
</project>

View File

@ -9,7 +9,7 @@ import com.fasterxml.jackson.annotation.JsonIgnore;
/**
* Entity基类
*
*
* @author ruoyi
*/
public class BaseEntity implements Serializable