Advertisement
andersonalmada2

Untitled

Aug 11th, 2022
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1. @SpringBootTest
  2. class Mandacaru5ApplicationTests {
  3.  
  4.     @Test
  5.     void main() {
  6.         Mandacaru5Application.main(new String[] {});
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement