質問編集履歴
1
誤字の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
### 前提・実現したいこと
|
2
2
|
|
3
|
-
[Spring公式ガイド](https://spring.io/guides/gs/accessing-data-mysql/)の通りに接続を試してみようと思い、公式からプロジェクトのGitをcloneしました。
|
3
|
+
[Spring公式ガイド](https://spring.io/guides/gs/accessing-data-mysql/)の通りにSpringBootからMySQLへの接続を試してみようと思い、公式からプロジェクトのGitをcloneしました。
|
4
4
|
|
5
5
|
|
6
6
|
|