- Spring Boot
- Spring Security
- Hibernate
- Hikari
In this project.
I custom authentication provider of Spring Security.
We can use ajax to login (Return Json Object), 3rparty authentication
- Git clone
- Import maven project into InteliJ or Eclipse,v,v..
- 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
- Click run on toolbar :3
If you want to use CL Type: mvn spring-boot:run