mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
升级mybatis-plus版本
This commit is contained in:
parent
20b21c6d9d
commit
cd82858357
@ -18,7 +18,7 @@ import org.springframework.test.context.junit.jupiter.EnabledIf;
|
||||
* 连表删除没有同意语法语法,不同数据库差别较大
|
||||
* MPJ 连表更新 目前只支持 mysql
|
||||
*/
|
||||
@SpringBootTest("spring.profiles.active=mysql")
|
||||
@SpringBootTest
|
||||
@EnabledIf(value = EnabledIfConfig.runWithMysql, loadContext = true)
|
||||
public class DeleteJoinTest {
|
||||
|
||||
|
@ -18,7 +18,7 @@ import org.springframework.test.context.junit.jupiter.EnabledIf;
|
||||
* 由于不同数据库函数支持情况不同
|
||||
* 此类用于测试 mysql 专属语法或函数
|
||||
*/
|
||||
@SpringBootTest("spring.profiles.active=mysql")
|
||||
@SpringBootTest
|
||||
@EnabledIf(value = EnabledIfConfig.runWithMysql, loadContext = true)
|
||||
public class MysqlTest {
|
||||
|
||||
|
@ -26,7 +26,7 @@ import java.util.Objects;
|
||||
* 连表更新没有同意语法语法,不同数据库差别较大
|
||||
* MPJ 连表更新 目前只支持 mysql
|
||||
*/
|
||||
@SpringBootTest("spring.profiles.active=mysql")
|
||||
@SpringBootTest
|
||||
@EnabledIf(value = EnabledIfConfig.runWithMysql,loadContext = true)
|
||||
public class UpdateJoinTest {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user