Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

springfox 3.0.0 incompatibile spring boot 2.6.0

@EnableWebMvc
@SpringBootApplication
public class MyApp {
    public static void main(String[] args) {
        SpringApplication.run(MyApp.class);
    }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #springfox #incompatibile #spring #boot
ADD COMMENT
Topic
Name
3+8 =