-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MySQL configuration #24
Comments
Hi @hackery. Yes, this angularjs repository is a fork of the one you reference. First, you may try to add the mysql-connecter-java artifact to the
You should rebuild the project and the Docker image. |
[ ah - wrote this before seeing your update above - I'll check out the commit, tyvm ]
|
I've published a |
The main README includes this comment (inherited from spring-petclinic ?) but the code and comments seem to have diverged:
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: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 ...
The text was updated successfully, but these errors were encountered: