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 d91d71e commit 1917d23Copy full SHA for 1917d23
src/test/java/org/apache/ibatis/submitted/language/VelocitySqlSource.java
@@ -1,5 +1,5 @@
1
/**
2
- * Copyright 2009-2015 the original author or authors.
+ * Copyright 2009-2016 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -42,6 +42,7 @@ public class VelocitySqlSource implements SqlSource {
42
private final Template script;
43
44
static {
45
+ Velocity.setProperty("runtime.log", "target/velocity.log");
46
Velocity.init();
47
}
48
0 commit comments