angularjs-springboot-bookstore
angularjs-springboot-bookstore copied to clipboard
Please add database init script
hello~ Will you please add a database init script ? I'm a new leaner and I'm very appreciate your work, but I had trouble running it . Thank you!!
Database schema creation and data migrations are handled by Liquibase. You can find setup, schema additions and information here: https://github.com/josedab/angularjs-springboot-bookstore/tree/master/src/main/resources/config/liquibase
I will post here how you can run liquibase through the maven plugin when I have some spare time. Is this something that could benefit you?
Thank you very very much~~