2019-08-13 08:40

找不到依赖啊


com.github
jfinal-spring-boot-starter
1.0

2019-06-18 20:50

#(Db ?? "dddd")
#set(sql='select * from mok')
###(Db.query(sql) ?? ‘dffsa’)
#set(result=Db.query(sql) )
#(result)
###(result[0])
#for(x : result)
#(toJsonStr(x))
#end
报错
com.jfinal.template.TemplateException: Shared method not found: toJsonStr([Ljava.lang.Object;)
String template line: 8@jfinal4cyy

2019-06-18 10:59

@jfinal4cyy 大兄弟,还是回报lateinit property con has not been initialized 错误。。这是为啥呢

2019-06-17 15:11

mysql 8是不是得加上serverTimezone=UTC??怎么加

2019-06-17 15:10

@jfinal4cyy getCon failed java.sql.SQLException: The server time zone value '?й???????' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.

2019-06-17 14:21

lateinit property con has not been initialized 连接不上数据库是为啥