in28minutes / spring-microservices

Microservices using Spring Boot, Spring Cloud, Docker and Kubernetes
https://www.udemy.com/course/microservices-with-spring-boot-and-spring-cloud/
MIT License
1.8k stars 2.73k forks source link

Forbidden accessing h2 console #3

Closed ravening closed 3 years ago

ravening commented 5 years ago

In the step "Step 30 - Creating User Entity and some test data", I was successfully able to run the spring boot app but when I try to login to h2 database in http://localhost:8080/h2-console using the options you mentioned, I get a "Whitelabel Error page" indicating "Forbidden status 403" . Do you have any idea why this is happening? I cross checked the contents of your repo with mine and there is no change.

screen shot 2018-12-13 at 15 34 24
Saikumar544 commented 5 years ago

mvn clean install and run and disable security things