You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, great plugin, whereas one can generate swagger.json without exposing urls!
Does my endpoint requires spring-like annotations such as: RestController or Controller?
Or can declare a @Component and the plugin will index @Api like annotations?
[INFO] Reflections took 80 ms to scan 261 urls, producing 2 keys and 2 values
Failed to execute goal com.github.kongchen:swagger-maven-plugin:3.1.8:generate (default) on project swagger-test-project: null
The text was updated successfully, but these errors were encountered:
Hi, great plugin, whereas one can generate swagger.json without exposing urls!
Does my endpoint requires spring-like annotations such as:
RestController
orController
?Or can declare a
@Component
and the plugin will index@Api
like annotations?pom.xml
My endpoint:
Got this message:
The text was updated successfully, but these errors were encountered: