Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gal16v8d/admin-server
https://github.com/gal16v8d/admin-server
java maven spring-admin-boot spring-boot-3
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/gal16v8d/admin-server
- Owner: gal16v8d
- Created: 2023-04-28T02:02:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-03T03:04:15.000Z (8 months ago)
- Last Synced: 2024-04-29T22:46:43.408Z (6 months ago)
- Topics: java, maven, spring-admin-boot, spring-boot-3
- Language: Java
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# admin-server
# Getting Started
Check this as reference: https://www.tutorialspoint.com/spring_boot/spring_boot_admin_server.htm
### Pre-requisites
* Maven 3
* Java 21### Docker Image
- In the project dir, build using the command:
```bash
docker build -t gsdd-admin-server .
```- Run the docker image as:
```bash
docker run -d -p 8761:8761 gsdd-admin-server
```