Forum Discussion

sergiopf's avatar
sergiopf
Occasional Visitor
5 years ago

Join different types of endpoints using springboot and Elide.

I have a spring-boot project with two kind of endpoints, I have a swagger configuration for each kind, working in isolation but I want to see all endpoints at http://localhost:8080/swagger-ui.html. ...