There was an error while loading. Please reload this page.
1 parent 2b2ea25 commit 6e9447aCopy full SHA for 6e9447a
1 file changed
src/test/java/it/aboutbits/springboot/toolbox/TestApp.java
@@ -1,14 +1,12 @@
1
package it.aboutbits.springboot.toolbox;
2
3
-import it.aboutbits.springboot.toolbox.autoconfiguration.swagger.RegisterCustomTypesWithSwagger;
4
import it.aboutbits.springboot.toolbox.autoconfiguration.web.RegisterCustomTypesWithJacksonAndMvc;
5
import org.springframework.boot.SpringApplication;
6
import org.springframework.boot.autoconfigure.SpringBootApplication;
7
8
@SuppressWarnings("checkstyle:HideUtilityClassConstructor")
9
@SpringBootApplication
10
@RegisterCustomTypesWithJacksonAndMvc
11
-@RegisterCustomTypesWithSwagger
12
public class TestApp {
13
14
public static void main(String[] args) {
0 commit comments