Skip to content
SpringbootMybatisApplicationTests.java 215 B
Newer Older
chenpengtao's avatar
chenpengtao committed
package com.cesgroup;

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

@SpringBootTest
class SpringbootMybatisApplicationTests {

	@Test
	void contextLoads() {
	}

}