摘要: 引入包,以下两种方式都是OK的,看个人喜好,我倾向于使用第二种,会更加清晰直观。下面的代码我都会用第二种 import static org.junit.Assert.*; import org.junit.Assert; Assert是断言的意思,我更喜欢理解为"猜测",比断言要顺口和通俗。如果猜 阅读全文
posted @ 2022-06-20 14:51 hanease 阅读(354) 评论(0) 推荐(0)
摘要: https://www.w3cschool.cn/mybatis_plus/mybatis_plus-udwn3mgc.html MyBatis-Plus(简称 MP)是一个 MyBatis的增强工具,在 MyBatis 的基础上只做增强不做改变,为简化开发、提高效率而生。 特性 无侵入:只做增强不 阅读全文
posted @ 2022-06-20 13:43 hanease 阅读(285) 评论(0) 推荐(0)