Michal Kucera
Michal Kucera
Hello! First of all, thanks for creating this tool, I absolutely love it, also +1 for the name! Though, I've noticed that recently it doesn't work for me any more....
Hello! I'd love to generate a JWT with a nested structure, e.g.: ```json { "realm_access": { "roles": [ "default-roles-my-realm", "offline_access", "uma_authorization" ] } } ``` Could you please give me...
Hey! Great tool, just a small remark, I had to add `jooqCodegen("org.flywaydb:flyway-database-postgresql")` dependency because otherwise I saw: ``` Unknown configuration property: flyway.postgresql.transactional.lock. Please check your conf files or commandline parameters...