server.port=8082
spring.datasource.name=springBoot
spring.datasource.url=jdbc:mysql://localhost:3306/springBoot?characterEncoding=utf8
spring.datasource.username= root
spring.datasource.password=nisum123
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL55Dialect
spring.jpa.generate-ddl=true
spring.jpa.hibernate.ddl-auto=update