質問編集履歴
4
エラーログと原因推定追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -117,3 +117,15 @@
|
|
117
117
|
・ch01ブランチの実行構成キャプチャ
|
118
118
|
|
119
119
|
![イメージ説明](c79e2f7791d2e0fee3a39a07d8067579.png)
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
・ch06実行時のエラー(ch01のプロジェクト名が入っているため指定するプロジェクトが違うと推測。しかし、それを変える方法がわからない)
|
124
|
+
|
125
|
+
```ここに言語を入力
|
126
|
+
|
127
|
+
[ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:1.3.3.RELEASE:run (default-cli) on project jsug-shop: An exception occurred while running. null: InvocationTargetException: Error creating bean with name 'enableRedisKeyspaceNotificationsInitializer' defined in class path resource [org/springframework/session/data/redis/config/annotation/web/http/RedisHttpSessionConfiguration.class]: Invocation of init method failed; nested exception is org.springframework.data.redis.RedisConnectionFailureException: Cannot get Jedis connection; nested exception is redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool: java.net.ConnectException: Connection refused: connect -> [Help 1]
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
```
|
3
キャプチャ追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -99,3 +99,21 @@
|
|
99
99
|
■jdk1.8.0_172
|
100
100
|
|
101
101
|
■sts-4.0.1.RELEASE
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
■追加情報
|
108
|
+
|
109
|
+
・Maven依存関係キャプチャ
|
110
|
+
|
111
|
+
![イメージ説明](3b503c7aafdc0e84bbf1e8018bb01ff6.png)
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
・ch01ブランチの実行構成キャプチャ
|
118
|
+
|
119
|
+
![イメージ説明](c79e2f7791d2e0fee3a39a07d8067579.png)
|
2
誤記修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -56,6 +56,14 @@
|
|
56
56
|
|
57
57
|
|
58
58
|
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
### JavaプロジェクトじゃなくてMavenプロジェクトへ変換してみようと考えた
|
64
|
+
|
65
|
+
|
66
|
+
|
59
67
|
2.mvn eclipse:eclipseコマンドにてmavenプロジェクトへ変換?
|
60
68
|
|
61
69
|
以下のリンクの3つ目の回答を参考にコマンド実行
|
@@ -65,10 +73,6 @@
|
|
65
73
|
⇒パッケージは作成できるようになったが、以下画面のようにエラーが出てしまう。
|
66
74
|
|
67
75
|
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
### JavaプロジェクトじゃなくてMavenプロジェクトへ変換してみようと考えた
|
72
76
|
|
73
77
|
|
74
78
|
|
1
誤字修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
eclipseからgithubよりインポートして動作確認がしたい
|
1
|
+
eclipse(STS)からgithubよりインポートして動作確認がしたい
|
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
### やりたいこと
|
10
10
|
|
11
|
-
**eclipseからgithubよりインポートして動作確認がしたい**
|
11
|
+
**eclipse(STS)からgithubよりインポートして動作確認がしたい**
|
12
12
|
|
13
13
|
|
14
14
|
|