-
Notifications
You must be signed in to change notification settings - Fork 98
MySQL configuration #24
Copy link
Copy link
Open
Labels
Description
The main README includes this comment (inherited from spring-petclinic ?) but the code and comments seem to have diverged:
A similar setup is provided for MySql ...
There's no main/resources/application-mysql.properties for example. I'm trying to run this using the Docker image arey/springboot-petclinic adding in a likely properties file and hacking the classpath, but it's then failing with:
java.sql.SQLException: Unable to load class: com.mysql.jdbc.Driver
Is it missing the mysql-connector-java artifact? I've been looking to add the driver post-hoc but having trouble finding something suitable in the Alpine repo, or shoehorning changes into the startup. I'd rather find a repackaging solution than start hacking the build myself ...
Reactions are currently unavailable