hainguyenp207 / coffee-backend-restful

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Technologies

  • Spring Boot
  • Spring Security
  • Hibernate
  • Hikari

Introduce

In this project.
I custom authentication provider of Spring Security.
We can use ajax to login (Return Json Object), 3rparty authentication

How to usage

  1. Git clone
  2. Import maven project into InteliJ or Eclipse,v,v..
  3. All config file contain in folder resource/properties and Config. (Important, Read first) You must change config of your database in file resource/properties/database.propeties
hikari.dataSource.url=jdbc:mysql://localhost:3306/xxx?useUnicode=yes&zeroDateTimeBehavior=convertToNull&characterEncoding=UTF-8
hikari.dataSource.username=root
hikari.dataSource.password=xxx 
  1. Click run on toolbar :3

If you want to use CL Type: mvn spring-boot:run

About


Languages

Language:Java 91.9%Language:Shell 3.6%Language:Batchfile 2.5%Language:HTML 2.0%