質問編集履歴

2

コードの修正

2020/01/10 04:45

投稿

chocolate_pie
chocolate_pie

スコア26

test CHANGED
File without changes
test CHANGED
@@ -10,6 +10,8 @@
10
10
 
11
11
  HTMLの記述もいくつか試しましたが動かず原因分かりません。
12
12
 
13
+ springsecurity5が動作するようにしたいです。
14
+
13
15
  ### 発生している問題・エラーメッセージ
14
16
 
15
17
 
@@ -210,7 +212,7 @@
210
212
 
211
213
  <html xmlns:th="http://www.thymeleaf.org"
212
214
 
213
- xmlns:sec="http://www.thymeleaf.org/extras/spring-security">
215
+ xmlns:sec="http://www.thymeleaf.org/extras/spring-security5">
214
216
 
215
217
  <head>
216
218
 
@@ -310,9 +312,9 @@
310
312
 
311
313
  ・xmlns:sec="http://www.thymeleaf.org/extras/spring-security4"
312
314
 
313
- ・xmlns:sec="http://www.thymeleaf.org/extras/spring-security5"
315
+ ・xmlns:sec="http://www.thymeleaf.org/extras/spring-security"
316
+
314
-
317
+ →失敗
315
-
316
318
 
317
319
  xmlのspringsecurityバージョンを4に設定→ビルドエラー
318
320
 

1

詳細を補足

2020/01/10 04:44

投稿

chocolate_pie
chocolate_pie

スコア26

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,9 @@
6
6
 
7
7
  springsecurity5が動作しません。
8
8
 
9
- pomに依存関係を記述し、Mavan installのビルドも通っていて原因が分かりません。
9
+ pomに依存関係を記述し、Mavan installのビルドも通っていて
10
+
11
+ HTMLの記述もいくつか試しましたが動かず原因分かりません。
10
12
 
11
13
  ### 発生している問題・エラーメッセージ
12
14