allfree-springboot-backend / src / test / java / com / allfree / allfreespringbackend / AllfreeSpringBackendApplicationTests.java
AllfreeSpringBackendApplicationTests.java
Raw
package com.allfree.allfreespringbackend;

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

@SpringBootTest
class AllfreeSpringBackendApplicationTests {

	@Test
	void contextLoads() {
	}

}