Closed pjBooms closed 6 years ago
With
./gradlew bootRun open http://localhost:8080
I get "HTTP ERROR 401" in the browser. What do I do wrong?
I have a this problem. Set full access - dont work(
The / need authentication by default. See the access strategy in WebSecurityConfig.java.
/
With
I get "HTTP ERROR 401" in the browser. What do I do wrong?