Skip to content

Add springdata JPA persistence example#19

Open
robjwilkins wants to merge 1 commit intomainfrom
rwilkins/spring_data
Open

Add springdata JPA persistence example#19
robjwilkins wants to merge 1 commit intomainfrom
rwilkins/spring_data

Conversation

@robjwilkins
Copy link
Owner

Adds a basic example of using Spring data to persist a record in a database table. The table is created using a flyway migration. The example uses an in-memory h2 database. The record saved has an id and timestamp generated by the database.

Adds a basic example of using Spring data to persist a record in a database table.
The table is created using a flyway migration. The example uses an in-memory h2 database.
The record saved has an id and timestamp generated by the database.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant