Blossom is a Java framework based on Spring-Boot which enables you to realize your projects quickly and smoothly. It comes with several modules and tools made to ease and speed up your development process.
Trying to run on MariaDB 10.1 and 10.2 (did not try 10.3 yet) with default configuration, installed from debian/ubuntu packages, gives the following error:
Specified key was too long; max key length is 767 bytes [Failed SQL: CREATE INDEX index_trigger_history_job ON sample.qrtz_trigger_history(job_group, job_name)]
Note that running from a docker image with the same versions does not produce this error, I assume because of different default configuration.
Trying to run on MariaDB 10.1 and 10.2 (did not try 10.3 yet) with default configuration, installed from debian/ubuntu packages, gives the following error:
Note that running from a docker image with the same versions does not produce this error, I assume because of different default configuration.