/apis-admin-server

Spring Boot Admin Server for my personal API's

Primary LanguageJavaMIT LicenseMIT

apis-admin-server

Build Status

About the app

Spring Boot Admin Server for my personal API's

Features

Technologies used

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

Run

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

License

This API is licensed under the MIT License.

Contributing