Spring Security AuthenticationManager

时间:2018-11-10 18:57:28

标签: java spring spring-mvc spring-security

晚上好!

面对Spring Security的问题: Could not autowire. No beans of 'AuthenticationManager' type found.

我应该在WebSecurityConfig中重写此方法并将其标记为@Bean吗?如果是这样,您能解释一下该怎么做吗?

我正在使用Java Config。

1 个答案:

答案 0 :(得分:0)

不,除非您具有自定义身份验证管理器,否则您不想覆盖该方法。覆盖Config类中的两个configure方法,

<form>
  First Name : <br>
  <input type="text" id="firstName"><br>
  Last Name : <br>
  <input type="text" id="lastName"><br>
</form>
<button onclick="myFunction()">Submit</button>
<table class="table" id="myTable">
  <tr>
    <th>Name</th>
    <th>Last Name</th>
    <th>Action</th>
  </tr>
</table>