- add a user
- delete a user
- query user
- modify user
- Find nearby friends
- Mysql 5.7+
- Redis 3.2+
- JDK 1.8
- clone this repository
- open in idea
- create a new database
CREATE DATABASE `backend_test` CHARACTER SET utf8 COLLATE utf8_general_ci;
- modify Run Configuration
- add & modify application.yml
- Run
http://localhost:8080/doc.html
Import this file into postman
- test.postman_collection.json