We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Configure database properties on application.properties as below .
spring.datasource.url=jdbc:mysql://localhost:3306/EhcacheDB?createDatabaseIfNotExist=true spring.datasource.username=root spring.datasource.password=root spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.jpa.hibernate.ddl-auto=update
spring.datasource.url=jdbc:mysql://localhost:3306/EhcacheDB?createDatabaseIfNotExist=true
spring.datasource.username=root
spring.datasource.password=root
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.jpa.hibernate.ddl-auto=update
There was an error while loading. Please reload this page.