We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
// https://mvnrepository.com/artifact/mysql/mysql-connector-java implementation 'mysql:mysql-connector-java:8.0.16'
# datasource config spring.datasource.url=jdbc:mysql://localhost/tobyspring spring.datasource.username=integer spring.datasource.password=1234 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
import javax.sql.DataSource;