feat(Java_SpringExample): 创建工程(代码有问题,先提交)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
package extention;
|
||||
|
||||
import freemarker.template.Configuration;
|
||||
import freemarker.template.Version;
|
||||
|
||||
public class AlarmTplConfiguration extends Configuration {
|
||||
public AlarmTplConfiguration() {
|
||||
}
|
||||
|
||||
public AlarmTplConfiguration(Version incompatibleImprovements) {
|
||||
super(incompatibleImprovements);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user