回答編集履歴
1
引用部分を分かりやすいように編集
test
CHANGED
@@ -1,6 +1,12 @@
|
|
1
|
-
複数バージョンのspringを使用していると
|
1
|
+
複数バージョンのspringを使用していると
|
2
2
|
|
3
|
+
> There is a version mismatch between the spring client and the server.
|
4
|
+
|
3
|
-
You should restart the server and make sure to use the same version.
|
5
|
+
> You should restart the server and make sure to use the same version.
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
このエラーが発生するようです。
|
4
10
|
|
5
11
|
`spring stop`で停止させてみてはどうでしょうか。
|
6
12
|
|