Connection error between Spring boot and MySQL
Application Properties:
spring.datasource.url=jdbc:mysql://localhost:3306/ems
spring.datasource.username=root
spring.datasource.password=admin1234
server.port = 5045
spring.jpa.properties..dialect=org.hibernate.dialect.MySQLDialect
spring.jpa.hibernate.ddl-auto=update
when I run this, it doesn't make table in MySql
when I run this, it doesn't make table in MySql
2 Replies
⌛
This post has been reserved for your question.
Hey @DigitalDynamo! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
Post Closed
This post has been closed by <@805083232369770526>.