We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3e194 commit bc814e7Copy full SHA for bc814e7
src/main/java/org/mybatis/dynamic/sql/configuration/GlobalConfiguration.java
@@ -23,6 +23,8 @@
23
public class GlobalConfiguration {
24
private static boolean unrenderableWhereClauseAllowed = false;
25
26
+ private GlobalConfiguration() {}
27
+
28
static {
29
String propertyFile = "mybatis-dynamic-sql.properties";
30
try (InputStream is = GlobalConfiguration.class.getResourceAsStream(propertyFile)) {
0 commit comments