【SpringBoot x MySQL】起動時のエラーを解決。 Communications link failure

【SpringBoot x MySQL】起動時のエラーを解決。 Communications link failure

com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure 。初めてSpringBootでプロジェクトを作成し起動してみたのですが、エラーが起きてしまいました。どうやら、application.properties の spring.datasource.url の書き方が悪かったようです。

2024/02/07 16:37