8069a2730127bf90649f6d88cfeb41c65ebff2bb
[demos/httpresources] / HttpResourcesDemoApplicationTests.java
1 package de.juplo.demo.httpresources;
2
3 import org.junit.jupiter.api.Test;
4 import org.springframework.boot.test.context.SpringBootTest;
5
6 @SpringBootTest
7 class HttpResourcesDemoApplicationTests
8 {
9         @Test
10         void contextLoads()
11         {
12         }
13 }