java-learn / src /test /java /com /example /app /AppApplicationTests.java
variphx's picture
refactor
b58280e
raw
history blame
204 Bytes
package com.example.app;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class AppApplicationTests {
@Test
void contextLoads() {
}
}