javaspring-datajooq

Spring Data JOOQ with Oracle database


I have commercial project with oracle database. My question is that can I use Spring Data JOOQ for free in my commercial project?

I have found information on JOOQ page that they not support oracle in free edition. Support means that i can't use or they not help me :)


Solution

  • According to Open Source Licensing of JOOQ and also Database Dialect Support You can not use Spring Data JOOQ without have license on it. Because it is not supported in free edition and you have to switch to Commercial editions of JOOQ.