REST API with Spring boot and Stormpath. Token authentication with retrofit. MySQL and Hibernate.
-Create database with 'schema.sql' script.
-Insert some data with 'data.sql' script.
-Set your MySQL credentials in applications.properties.
-Set stormpath application id in application.properties.
-Set account's credentials in AuthTest.java
-Run.
-Run SpringBootRestAPIStormpathTests.