https://github.com/mariazevedo88/apis-admin-server
Spring Boot Admin Server for my personal API's
https://github.com/mariazevedo88/apis-admin-server
Last synced: 3 months ago
JSON representation
Spring Boot Admin Server for my personal API's
- Host: GitHub
- URL: https://github.com/mariazevedo88/apis-admin-server
- Owner: mariazevedo88
- License: mit
- Created: 2020-07-06T03:06:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T21:38:10.000Z (about 5 years ago)
- Last Synced: 2025-07-01T07:07:16.048Z (3 months ago)
- Language: Java
- Size: 20.5 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# apis-admin-server
[](https://travis-ci.org/mariazevedo88/apis-admin-server)
## 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:
```bash
java -jar apis-admin-server-2.0.2-SNAPSHOT.jar --spring.profiles.active=dev
```
or```bash
mvn spring-boot:run -Dspring.profiles.active=dev
```By default, the application will be available at [http://localhost:9090](http://localhost:9090)
### License
This API is licensed under the MIT License.
### Contributing
[](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/apis-admin-server/links/0)[](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/apis-admin-server/links/1)[](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/apis-admin-server/links/2)[](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/apis-admin-server/links/3)[](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/apis-admin-server/links/4)[](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/apis-admin-server/links/5)[](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/apis-admin-server/links/6)[](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/apis-admin-server/links/7)