Spring Boot Admin Server for my personal API's
This project was developed with:
- Java 11 (Java Development Kit - JDK: 11.0.7)
- Spring Boot 2.3.3
- Spring Admin Client 2.2.4
- Maven
- Heroku
In order to run the application, run the jar simply as following:
java -jar apis-admin-server-2.0.2-SNAPSHOT.jar --spring.profiles.active=dev
or
mvn spring-boot:run -Dspring.profiles.active=dev
By default, the application will be available at http://localhost:9090
This API is licensed under the MIT License.