Newer
Older
NemophilaServer / src / test / java / org / ntlab / nemophila / NemophilaApplicationTests.java
Naoya Nitta on 2 May 2023 223 bytes Initial commit!!
package org.ntlab.nemophila;

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

@SpringBootTest
class NemophilaApplicationTests {

    @Test
    void contextLoads() {
    }

}