服務(wù)器返回的信息:"timestamp": "2019-06-19 14:36:42","status": 403,"error": "Forbidden","message": "Forbidden","path": "/login/login"只重寫(xiě)了configure(HttpSecurity)方法,代碼如下:protected void configure(HttpSecurity http) throws Exception {http.authorizeRequests().antMatchers("/login/login").permitAll();}
1 回答

- 1 回答
- 0 關(guān)注
- 2089 瀏覽
添加回答
舉報(bào)
0/150
提交
取消