Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 312 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 312 Bytes

application-ms

spring.datasource.url=jdbc:mysql://localhost:3306/myDb spring.datasource.username=root spring.datasource.password=mysql spring.jpa.hibernate.ddl-auto=update #spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver