Java-Spring-HTML-CSS
13 строк · 207.0 Байт
1package com.wallet.Rest;
2
3import org.junit.jupiter.api.Test;
4import org.springframework.boot.test.context.SpringBootTest;
5
6@SpringBootTest
7class WalletApplicationTests {
8
9@Test
10void contextLoads() {
11}
12
13}
14