Closed zalabbad closed 1 year ago
Thanks for reporting this! Yes, this can be added easily, I'll update you.
Thank you @aileftech. Appreciate your efforts.
By the way, I believe you are using version 0.1.4 but if you try 0.1.5 you should just have a warning and can try the application in the meantime (read here for how unsupported field types are handled).
Actually it's 0.1.5:
implementation 'tech.ailef:spring-boot-db-admin:0.1.5'
Exactly, I read in the docs that it should work even if it's not supported but it was crashing for some reason.
Oops. I believe it's an interaction I hadn't considered, because this particular field is also an @Id
. I'll ship both fixes, thanks! :)
Should be fixed now on the main
branch!
Many thanks! Are you planning to release a new version for this change?
Sure, it'll be 0.1.6 in the next few days!
It's online. I'll wait for confirmation to close this issue!
Hey @zalabbad have you had the chance to try the fix?
I'm closing this for now, as it seems solved from my tests.
First, thank you for this awesome project!
When I tried to run the app after adding the dependency and its configuration I got the error shown below. I believe it's related to the UUID type. Could you please add the support for UUID types?
Is the bug at startup before you perform any action? Yes, the app crashed because of the error.
Stacktrace
@Entity code
application.properties I used the same config in docs.
Additional context Spring boot version: 3.1.4 DB: postgres 16.0