File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
springdoc-openapi-webmvc-core/src/test/java/test/org/springdoc/api/app101 Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3
3
import io .swagger .v3 .oas .annotations .media .Content ;
4
4
import io .swagger .v3 .oas .annotations .media .Schema ;
5
5
import io .swagger .v3 .oas .annotations .responses .ApiResponse ;
6
+
6
7
import org .springframework .web .bind .annotation .GetMapping ;
7
8
import org .springframework .web .bind .annotation .RequestMapping ;
8
9
import org .springframework .web .bind .annotation .RestController ;
Original file line number Diff line number Diff line change 19
19
package test .org .springdoc .api .app101 ;
20
20
21
21
22
+ import test .org .springdoc .api .AbstractSpringDocTest ;
23
+
22
24
import org .springframework .boot .autoconfigure .SpringBootApplication ;
23
25
import org .springframework .test .context .ActiveProfiles ;
24
- import test .org .springdoc .api .AbstractSpringDocTest ;
25
26
26
27
@ ActiveProfiles ("101" )
27
28
public class SpringDocApp101Test extends AbstractSpringDocTest {
You can’t perform that action at this time.
0 commit comments