Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```