You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
spring.jpa.hibernate.ddl-auto=update will create/update tables automatically (use cautiously in production). For quick testing without MySQL, you can change datasource to an H2 in-memory database. You ...