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