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