I have a jar on the classpath which contains a hibernate.properties. This causes problems when my app starts because hibernate tries to use the settings from this file. Is there a way to explicitly specify the file that hibernate should look for, or tell it to ignore the properties file in the dependency jar?
I have a jar on the classpath which contains a hibernate.properties. This causes problems
Share
Put the “right”
hibernate.propertieson the class path in front of the JAR containing the “unwanted” one.