python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Getting 404 eror with Swager UI
I have non boot spring mvc application. When I hit the swagger-ui.html or swagger-ui/. I am getting the 404 error.
My config classes:
SpringFoxConfig:
@Configuration
@EnableSwagger2
public class Sprin...
Alex
Votes: 0
Answers: 1
Spring Security login/logout Swagger
How to get login/logout option in Swagger? After app starting I can click on the secure endpoint and I'm asked about my credentials. After successfully logging all works with no problem but I don't ha...
Sampeteq
Votes: 0
Answers: 0
Can Springfox 3 generate Integer boundaries based on JSR 303 @Min/@Max in OAS3 API docs?
I created a Spring Boot application with a RestController that validates the DTO passed to a POST method based on JSR 303 validation annotations. API docs are generated using Springfox.
Validations ar...
Florian Patzl
Votes: 0
Answers: 1
OpenApi documentation with spring-doc in combination with ResponseBodyAdvice
I have a simple rest API and I am testing springdoc swagger documentation.
The rest controller:
@RestController
public class UserController {
private final UserService userService;
public Us...

Aleksander Ndoci
Votes: 0
Answers: 1