Cannot connect mysql to spring boot
Anonymous
FREEOP

3 months ago

Need help on which url to use with my spring boot application. These are what I am seeing currently. now which if these url should i use in my spring boot app and what is the format

Attachments

1 Replies

3 months ago

These credentials in your screenshot are the MySQL login credentials. If I'm assuming correctly that you need a URL to give to Spring Boot to use a MySQL database, you'll want to give it the MYSQL_URL one - this is the one that lives on the private network and is only accessible through the backend of other services running in your project, which is how Spring Boot will connect to it.


Loading...