File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/test/java/com/github/throyer/common/springboot Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,10 +104,10 @@ $ mvnw test -Dtest=UsuariosControllerIntegrationTests#should_save_a_new_user
104104
105105
106106## Documentação do Swagger
107- Assim que a aplicação estiver de pé, fica disponível em: [ localhost:8080/documentation/ swagger-ui/#/ ] ( localhost:8080/documentation/ swagger-ui/#/ )
107+ Assim que a aplicação estiver de pé, fica disponível em: [ localhost:8080/swagger-ui/index.html ] ( localhost:8080/swagger-ui/index.html )
108108
109109
110- [ exemplo no heroku] ( https://throyer-crud-api.herokuapp.com/documentation/ swagger-ui/#/ )
110+ [ exemplo no heroku] ( https://throyer-crud-api.herokuapp.com/swagger-ui/index.html )
111111
112112## Postman
113113Clique [ ** aqui** ] ( ./postman/crud_api.postman_collection.json ) para acessar o aquivo ` json ` da coleção do postman.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public class SwaggerTests {
2323 @ DisplayName ("Deve exibir a documentação | swagger ui" )
2424 public void should_show_swagger_docs_ui () throws Exception {
2525
26- var request = get ("/documentation/ swagger-ui/index.html" ); ;
26+ var request = get ("/swagger-ui/index.html" );
2727
2828 api .perform (request )
2929 .andDo (print ())
You can’t perform that action at this time.
0 commit comments