angularjs-springboot-bookstore icon indicating copy to clipboard operation
angularjs-springboot-bookstore copied to clipboard

Please add database init script

Open ghost opened this issue 9 years ago • 2 comments

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!!

ghost avatar Nov 17 '16 08:11 ghost

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?

josedab avatar Nov 18 '16 07:11 josedab

Thank you very very much~~

ghost avatar Nov 18 '16 09:11 ghost