質問編集履歴
1
抜けている部分があったため修正しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -200,6 +200,16 @@
|
|
200
200
|
|
201
201
|
|
202
202
|
|
203
|
+
@Autowired
|
204
|
+
|
205
|
+
public void configure(AuthenticationManagerBuilder auth) throws Exception{
|
206
|
+
|
207
|
+
auth.userDetailsService(userDetailsService).passwordEncoder(passwordEncoder());
|
208
|
+
|
209
|
+
}
|
210
|
+
|
211
|
+
|
212
|
+
|
203
213
|
}
|
204
214
|
|
205
215
|
|