I am trying to turn off ssl, to my local mysql database. But I cannot find the actual property in a spring application.properties file that would do this.
my current
Shouldn't you be using '?' instead of '&'
This is yours
spring.datasource.url =jdbc:mysql://localhost:3306/test&useSSL=false
What I'm saying is
spring.datasource.url = jdbc:mysql://localhost:3306/test?useSSL=false