Uses Environment variables for the username and password. Useful for container like environments. Need to download the mysql java JDBC connector if not got already ...
We are trialing quarkus1.12/13, so far it's great except we are using an old mysql5, so our jdbc driver has to be mysql:mysql-connector-java:5.1.49 I know our legacy db is old, and quarkus bom / ...