Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/guettafa/spring-full-deploy
- Owner: guettafa
- Created: 2024-09-14T21:34:54.000Z (4 months ago)
- Default Branch: dev
- Last Pushed: 2024-10-07T15:51:39.000Z (3 months ago)
- Last Synced: 2024-12-01T04:52:32.093Z (about 1 month ago)
- Topics: docker-compose, jenkins, spring-boot
- Language: Java
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```