Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 662 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 662 Bytes

Getting started

Contributions welcome

  • 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

Build jar

$ mvn clean install

Run with maven & spring-boot

$ mvn spring-boot:run

Test

go to http://localhost