Newer
Older
JerseyDemo / src / test / java / com / example / springtest / demo / DemoApplicationTests.java
n-nittta on 31 Jan 2020 226 bytes デモ用に作成
package com.example.springtest.demo;

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

@SpringBootTest
class DemoApplicationTests {

    @Test
    void contextLoads() {
    }

}