https://github.com/mvillarrealb/liquibase-demo
Database Migrations for Micronaut/Spring With Liquibase
https://github.com/mvillarrealb/liquibase-demo
Last synced: 4 months ago
JSON representation
Database Migrations for Micronaut/Spring With Liquibase
- Host: GitHub
- URL: https://github.com/mvillarrealb/liquibase-demo
- Owner: mvillarrealb
- Created: 2021-05-30T22:27:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T21:54:53.000Z (about 4 years ago)
- Last Synced: 2025-01-12T14:47:40.448Z (5 months ago)
- Language: HTML
- Size: 2.09 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# liquibase-demo
Simple book registry service used for various proofs of concept and tech articles :)
# Projects
* **book-demo**: Basic book Registry service with springboot
* **book-demo-micronaut**: Book inventory and pricing api with micronaut
# Related Articles
1. [Database Migrations for Micronaut/Spring With Liquibase](./articles/database_migrations.md)
2. [E2E Sandbox with Test-containers](./articles/testcontainers_sandbox.md)
... more to come :)