Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

connecting mySQL to STS

spring.datasource.url=jdbc:mysql://localhost:3306/relationships
spring.datasource.username=root
spring.datasource.password=root
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.jpa.hibernate.ddl-auto=updatecopy
Source by learn.codingdojo.com #
 
PREVIOUS NEXT
Tagged: #connecting #mySQL #STS
ADD COMMENT
Topic
Name
7+6 =