Build project with mvn clean install
command.
Create Eclipse project with mvn eclipse:eclipse
command.
Run database migrations with mvn flyway:migrate
command.
Just run com.honor.forall.HonorForAllApp
class main
method.
Your application should be up and ready at localhost:8080
Check that all services are successfully connected with healthCheck
Check for latest version of supported endpoints.
- Build tool Maven
- Database MySQL 5.7+ (for convenience please make sure that you set up database user with login
admin
and passwordroot
or adjust local property values for/honor-for-all/configs/dev.yaml
andflyway.properties
files respectively)