We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Cloned the repo and followed the readme but I get 401 error. Screenshot is attached.
To Reproduce Steps to reproduce the behavior:
_application.properties
application.yml
pom.xml
mvn spring-boot:run
http://localhost:8080
Expected behavior Homepage should be seen without errors.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Welcome @arvindpdmn to Spring-Boot-Blog-REST-API community! Thanks so much for creating your first issue :)
Sorry, something went wrong.
@arvindpdmn You have to check it on Postman.
No branches or pull requests
Describe the bug
Cloned the repo and followed the readme but I get 401 error. Screenshot is attached.
To Reproduce
Steps to reproduce the behavior:
_application.properties
andapplication.yml
files (in folder src/main/resources).application.yml
, replace "blogapi-db:3306" with "localhost:3306"pom.xml
, update lombok version to 1.18.22 to solve a build issue.mvn spring-boot:run
http://localhost:8080
on browser.Expected behavior
Homepage should be seen without errors.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: