回答編集履歴
1
引用部分を分かりやすいように編集
answer
CHANGED
@@ -1,5 +1,8 @@
|
|
1
|
+
複数バージョンのspringを使用していると
|
1
|
-
|
2
|
+
> There is a version mismatch between the spring client and the server.
|
2
|
-
You should restart the server and make sure to use the same version.
|
3
|
+
> You should restart the server and make sure to use the same version.
|
4
|
+
|
5
|
+
このエラーが発生するようです。
|
3
6
|
`spring stop`で停止させてみてはどうでしょうか。
|
4
7
|
なお、上記では駄目な場合もあり、その場合は、アップデートでバージョンを統一したり、アンインストールすることで対応した人もいるようです。
|
5
8
|
|