Files
Jens Schauder c4d1ca270f Demonstrate Schema Generation in Spring Data Jdbc.
This provides the source examples for the upcoming blog post.

Closes #667
2023-08-24 12:48:04 -07:00
..

== Spring Data JDBC How To Generate the Database Schema.

Spring Data JDBC offers an API to generate Liquibase Changesets from your domain model and optionally an existing database.

This project demonstrates how to do this.