Hibernate: Generate non-id value from sequence
I have an entity with 2 fields which both use the same sequence, but when debugging I see that only the id
field value is being generated:
Can’t launch my Spring Boot App after adding some database options
I started getting this error after trying to connect my Spring Boot application to an Oracle DB. This was running completely fine before and I could bring up my main page and navigate between pages and submit a form to create a java object but now I can’t even run it.