Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guettafa/spring-full-deploy

Dummy spring project for deployment
https://github.com/guettafa/spring-full-deploy

docker-compose jenkins spring-boot

Last synced: about 1 month ago
JSON representation

Dummy spring project for deployment

Awesome Lists containing this project

README

        

## Add .env file at root
```
MYSQL_DATABASE=test_customer
MYSQL_PASSWORD=0407
```

## Using docker-compose to deploy
```shell
# create containers for mysql and the springboot application
docker-compose up
```