- Fork this project
- Update the
resources/application.yaml
file to customize persistence on database.
spring:
jpa:
hibernate.ddl-auto: update
database-platform: org.hibernate.dialect.Dialect.MySQLInnoDBDialect
datasource:
url: jdbc:mysql://localhost:3306/xrapid?autoReconnect=true&useSSL=false
driverClassName: com.mysql.jdbc.Driver
username: USERNAME
password: PASSWORD
$ mvn clean install
$ mvn spring-boot:run
go to http://localhost