jfinal数据库连接txt文档

来源:互联网 发布:rhino软件适合做游戏 编辑:程序博客网 时间:2024/05/21 00:54
jdbcUrl = jdbc:mysql://地址/数据库?autoReconnect=true&rewriteBatchedStatements=TRUE&zeroDateTimeBehavior=convertToNull
user = root
password =

jdbcdebugUrl = jdbc:mysql://地址/数据库?autoReconnect=true&rewriteBatchedStatements=TRUE&zeroDateTimeBehavior=convertToNull
userdebug = root
passworddebug =
//第一个为正式库,第二个为测试库
#devMode:true-Software Development Environment,SDE; false-production environment

devMode = true

//ture连接测试库,false连接正式库

#testMode:when true,when windows debug token invalid;allways false!!!

testMode= true

//true,跳过用户验证;false,需要用户验证

#logDevMode: when true,jfinal log dev mode

logDevMode = true

//console是否输出日志



原创粉丝点击