Skip to content

Commit

Permalink
Update MyBatisPlusSpringBootTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
homejim authored Nov 23, 2024
1 parent 4cde9ad commit 688f6f5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package org.hotswap.agent.plugin.mybatisplus;

import org.junit.Ignore;
import org.apache.ibatis.io.Resources;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
Expand All @@ -26,6 +27,7 @@

import static org.junit.Assert.*;

@Ignore
@RunWith(SpringRunner.class)
@SpringBootTest(classes = Application.class, properties = "spring.config.location=classpath:application-plus.properties")
public class MyBatisPlusSpringBootTest extends BaseTest {
Expand Down

0 comments on commit 688f6f5

Please sign in to comment.