Newer
Older
NotifyInfo / NotifyServer3 / src / test / java / me / notify / notifyserver3 / NotifyServer3ApplicationTests.java
bello on 29 Oct 2019 222 bytes notify3
package me.notify.notifyserver3;

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

@SpringBootTest
class NotifyServer3ApplicationTests {

	@Test
	void contextLoads() {
	}

}