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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ use the parameter `-Dtest=<class>#<method>`
102
102
103
103
## Swagger
104
104
Once the application is up, it is available at: [localhost:8080/docs](http://localhost:8080/docs)
105
-
> 🚨 if you set `SWAGGER_USERNAME` and `SWAGGER_PASSWORD` on `.env` file this route require authentication
105
+
> 🚨 if you set `SWAGGER_USERNAME` and `SWAGGER_PASSWORD` on [application.properties](https://github.com/Throyer/springboot-api-rest-example/blob/master/api/src/main/resources/application.properties#L35) file this route require authentication
106
106
107
107
[example on heroku](https://throyer-crud-api.herokuapp.com/docs)
0 commit comments