Skip to content
Mybatis2ApplicationTests.java 215 B
Newer Older
dinghaiyang's avatar
dinghaiyang committed
package com.cesgroup.mybatis2;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class Mybatis2ApplicationTests {

	@Test
	void contextLoads() {
	}

}