Vlad Oltean

Results 2 comments of Vlad Oltean

@dilipkrish I have a similar issue as @vanduc1102. ``` ... io.springfox springfox-swagger2 2.9.2 io.springfox springfox-swagger-ui 2.9.2 ... org.apache.maven.plugins maven-javadoc-plugin 2.10.4 javadoc process-classes springfox.javadoc.doclet.SwaggerPropertiesDoclet io.springfox springfox-javadoc 0.9.4 -classdir ${project.build.outputDirectory} ${project.build.sourceDirectory} com.my.controller.vlad...

So, I have solved the problem. I had to import from `http://repo.spring.io/plugins-release`: ``` io.springfox springfox-swagger2 2.9.0 ``` since `springfox-javadoc` version `0.9.4` depends on it. Question: Should javadoc used on models...