This microservice is a flexible and feature-rich java dedicated to the user account management of the Raiddon project.
This work is a part of a bigger project: RAIDDON. Raiddon is a project that fosters all the developpement and conceptual understandings acquired throughout the ISIKA 10-month educational program.
For building and running the application you need:
- JDK 1.8
- Maven 3
- application.properties to be renamed and filled according to the project settings
There are several ways to run a Spring Boot application on your local machine. One way is to execute the main
method in the ServerSpringBootApplication
class from your IDE.
Alternatively you can use the Spring Boot Maven plugin like so:
mvn spring-boot:run
https://raiddon-spring-server.herokuapp.com
The addon ClearDB MySQL was used
Released under the Apache License 2.0. See the LICENSE file.