Package org.mybatis.spring.boot.test.autoconfigure
package org.mybatis.spring.boot.test.autoconfigure
-
ClassDescription
Auto-configuration imports
for typical Mybatis tests.Annotation that can be used in combination with@RunWith(SpringRunner.class)
(JUnit 4) and@ExtendWith(SpringExtension.class)
(JUnit 5) for a typical mybatis test.