Skip to content

mouradski/xrapid_alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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