BoardApplicationTests.java 208 Bytes
package com.daeucna.board;

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

@SpringBootTest
class BoardApplicationTests {

	@Test
	void contextLoads() {
	}

}