realgenekim / mysql-bare-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The following works to create a runnable uberjar -- you'll have to change the user/password in src/mysql/db.clj.

  • make uberjar
  • make runuberjar

The following native build image fails -- the error message depends on what version of io.quarkus/quarkus-jdbc-mysql library I'm using.

  • make native-image

Attempted to copy reflect.json and --initializate-at-run-time here:

Error messages on native image build:

Old stuff: Ignore?

PS: Just in case if it's helpful, here are some older error messages: (I started using io.quarkus/quarkus-jdbc-mysql in addition to mysql/mysql-connector-java after reading your post here: babashka/babashka#372)

Many thanks!

Gene

About


Languages

Language:Clojure 66.2%Language:Makefile 33.8%