#Connection error between Spring boot and MySQL

3 messages · Page 1 of 1 (latest)

past mulch
#

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

mortal kindleBOT
#

This post has been reserved for your question.

Hey @past mulch! Please use /close or the Close 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.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.