Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhimanshu/spring-boot-liquibase
Evolve your database with Spring Boot applications
https://github.com/hhimanshu/spring-boot-liquibase
java8 liquibase spring-boot
Last synced: about 2 months ago
JSON representation
Evolve your database with Spring Boot applications
- Host: GitHub
- URL: https://github.com/hhimanshu/spring-boot-liquibase
- Owner: hhimanshu
- License: apache-2.0
- Created: 2017-05-17T03:43:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T13:09:36.000Z (over 3 years ago)
- Last Synced: 2024-03-16T12:30:37.808Z (10 months ago)
- Topics: java8, liquibase, spring-boot
- Language: Java
- Size: 65.4 KB
- Stars: 34
- Watchers: 4
- Forks: 47
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Evolve your Spring-Boot application with Liquibase [![Build Status](https://travis-ci.org/hhimanshu/spring-boot-liquibase.svg?branch=master)](https://travis-ci.org/hhimanshu/spring-boot-liquibase)
### Blog
https://medium.com/@harittweets/evolving-your-database-using-spring-boot-and-liquibase-844fcd7931da### How to run?
clone the codebase
```bash
git clone [email protected]:hhimanshu/spring-boot-liquibase.git
```compile, test, package
```bash
mvn clean package
```run
```bash
mvn spring-boot:run
```Go to http://localhost:8080/h2-console
`JDBC URL`: jdbc:h2:mem:testdb
`User Name`: sa
`Password`: Leave it blankNow you have the access of in-memory `H2` database dashboard.