在sql文件中这样写
#namespace(com.gmrz.uap.common.DbConst::TABLE_USER)
调用类中的静态变量,但是这样写会报错:
2017-05-03 16:36:04 [RMI TCP Connection(2)-127.0.0.1] ERROR Config:115 - Plugin start error: com.jfinal.plugin.activerecord.ActiveRecordPlugin.
the parameter of #namespace directive must be String
Template: "/user.sql". Line: 1
com.jfinal.template.stat.ParseException: the parameter of #namespace directive must be String
怎样写才能返回String类型?
项目:JFinal