在使用resteasy-spring-boot-starter创建的spring项目中,Swagger UI和swagger api不能立即使用。 Apis可以使用上下文根,但是swagger ui可以使用没有上下文根的URL来访问。
正在加载Swagger UI,没有问题,但是没有api信息
例如:http://localhost:8080/root/test-> api
http://localhost:8080/swagger-ui.html->昂首阔步地加载了此URL中没有api信息。
http://localhost:8080/v2/api-docs-> api文档
下面的文章设置招摇。 https://www.baeldung.com/swagger-2-documentation-for-spring-rest-api
是否有解决此问题的建议?