I have a simple spring boot application with an h2 database.
I want to write unit tests to confirm that the annotations I choose behave as expected.
My code is