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 code, it doesn't make any table in mySql (ems database)