gothinkster / spring-boot-realworld-example-app

Example Spring codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld API spec.
MIT License
1.3k stars 677 forks source link

HTTP ERROR 401 #9

Closed pjBooms closed 5 years ago

pjBooms commented 6 years ago

With

./gradlew bootRun
open http://localhost:8080

I get "HTTP ERROR 401" in the browser. What do I do wrong?

tqiqgq commented 6 years ago

I have a this problem. Set full access - dont work(

aisensiy commented 6 years ago

The / need authentication by default. See the access strategy in WebSecurityConfig.java.