Is there a way to change default compatability mode of H2 Database without specifying it inside spring.datasource.url
each time?
Something like:
spring.h2.mode=ORACLE (does not work)
Is there a way to change default compatability mode of H2 Database without specifying it inside spring.datasource.url
each time?
Something like:
spring.h2.mode=ORACLE (does not work)