回答編集履歴

1

引用部分を分かりやすいように編集

2016/10/15 18:57

投稿

matsu
matsu

スコア702

test CHANGED
@@ -1,6 +1,12 @@
1
- 複数バージョンのspringを使用していると`There is a version mismatch between the spring client and the server.
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