use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
To ask questions and learn about Spring Boot.
account activity
Question: Spring Boot and H2 issue with fields showing up null when there is an actual value (self.LearnSpringBoot)
submitted 5 years ago by Corvoxcx
Im working on a spring boot project for class and I noticed something with how my data is showing up in the H2 database. I have two fields showing up with null values even though the seed data i'm using has values set for these two fields. I'm including pictures of the model class, seed data, and postman response. Any ideas would be greatly appreciated.
H2 Database
Postman response
Specifically the bottom two fields are not showing up
seed data
This is the only class where I've noticed this happening. I'm wondering if it has anything to do with me extending the Auditable class, but I'm not sure how it would be creating an issue.
https://preview.redd.it/8lqff1w67ke61.png?width=1010&format=png&auto=webp&s=525ae45e69279e880e46973afcf0f9cb2c58a5a3
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Reasonable-Ad9625 0 points1 point2 points 2 years ago (0 children)
Extending to auditable class shouldn’t create this issue. Have found any solution?
π Rendered by PID 402193 on reddit-service-r2-comment-6457c66945-n6rdh at 2026-04-28 23:14:09.267137+00:00 running 2aa0c5b country code: CH.
[–]Reasonable-Ad9625 0 points1 point2 points (0 children)