Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claudioaltamura/spring-boot-flyway-h2
Spring Boot example with Flyway, H2 and Docker
https://github.com/claudioaltamura/spring-boot-flyway-h2
docker flyway github-actions h2 java maven
Last synced: 7 days ago
JSON representation
Spring Boot example with Flyway, H2 and Docker
- Host: GitHub
- URL: https://github.com/claudioaltamura/spring-boot-flyway-h2
- Owner: claudioaltamura
- License: mit
- Created: 2024-05-31T11:21:17.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T14:23:00.000Z (6 months ago)
- Last Synced: 2024-05-31T16:20:01.463Z (6 months ago)
- Topics: docker, flyway, github-actions, h2, java, maven
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/claudioaltamura/spring-boot-flyway-h2/maven-build.yaml?branch=main)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
# spring-boot-flyway-h2
Demo project for Spring Boot with H2, Flyway and Docker## Build
mvn clean packagedocker build -t messages:v1.0 .
## Run
docker run -d -it -p 8080:8080 messages:v1.0
## Stopdocker ps
docker stop
## Test
curl http://localhost:8080/messages