Newer
Older
springboot-auth201 / src / test / java / com / heaerie / server / auth201 / Auth201Server / Auth201ServerApplicationTests.java
@agalyaramadoss agalyaramadoss on 29 Nov 239 bytes first commit
package com.heaerie.server.auth201.Auth201Server;

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

@SpringBootTest
class Auth201ServerApplicationTests {

	@Test
	void contextLoads() {
	}

}