Project-Books / books-api

GraphQL Books API
https://project-books.github.io/#books-api
MIT License
35 stars 61 forks source link

Set ddl auto to create in dev setup #91

Closed knjk04 closed 3 years ago

knjk04 commented 3 years ago

Summary of change

Set ddl auto to create. This will recreate the schema every time the app is started.

application.properties has been renamed to application-dev.properties (to be used for local development). There is now also a prod properties file.

Related issue

Closes #75

Pull request checklist

Please keep this checklist in & ensure you have done the following:

For any of the optional checkboxes (e.g. the screenshots one), still check it if it does not apply.

If in doubt, get in touch with us via our Slack workspace or by creating a new Q&A discussion on GitHub