Commit History

Author SHA1 Message Date
  James 2abbe7c263 use(String) 方法支持在 dao() 调用之后使用 3 years ago
  James 59d8a1ed4e 添加 getConfigName 3 years ago
  James 22f4fea924 lock withLock 参数 millisecondsToTimeout 由 long 改为 int 3 years ago
  James 904d53044d withLock 支持多 cache 3 years ago
  James 540f38fa4f 添加 withLock 为业务封装分布式锁,免去锁的获取、释放 3 years ago
  James e375d9458f Merge remote-tracking branch 'origin/master' 3 years ago
  James 0237b76346 优化 3 years ago
  James 00940a2a23 变量名、方法名支持字符 '$' 3 years ago
  James e1fe19abe2 验证码新增小写字母 3 years ago
  James 9d5105ccae 新增两个调度方法,添加 try catch,避免调度出现异常后被终止 3 years ago
  James 53e8e5ac7c maven-compiler-plugin 升级到 3.8.1 3 years ago
  James b94917c56e 添加 getMetaBuilder() 方法 3 years ago
  James 20646d518a getParaToInt 改为 getInt 3 years ago
  James 23e35d0fb4 jfinal 5.0.2 release ^_^ 3 years ago
  James a8ab0c2654 jfinal 5.0.2 release ^_^ 3 years ago
  James 9f758b39fb 新增 setStaticMethodExpression、setStaticFieldExpression 3 years ago
  James f1b7bb0856 添加 setStaticMethodExpression、setStaticFieldExpression 3 years ago
  James d8f3331f3c Static Method 与 Static Field 表达式默认不启用,需要配置才可使用 3 years ago
  James 470619c2fe 新增 lock、unlock 支持分布式锁 3 years ago
  James 94741e1875 添加 removeSharedMethod(Class<?> sharedClass)方法,支持移除整个 class 中的 Shared Method 3 years ago
  James db7b246e87 添加 removeSharedMethod(Class<?> sharedClass)方法,支持移除整个 class 中的 Shared Method 3 years ago
  James 5567f429a4 添加 boolean isStarted,控制启动流程 3 years ago
  James dab93d0182 同上 3 years ago
  James f3eb7d5302 优化类型转换 3 years ago
  James 3568c97b83 新增带 T defaultValue 参数的 getAs 方法 3 years ago
  James a131937460 getAs 方法的 defaultValue 参数使用泛型 3 years ago
  James e96fa1207a log.isWarnEnabled() 改为 isInfoEnabled() 3 years ago
  James 397eb9262d 修改版本号 5.0.2 3 years ago
  James 00a9b46f2c toBoolean 方法支持 Number 下的整数类型,不支持浮点类型 3 years ago
  James 90f68739ce getBoolean、getBigDecimal、getBigInteger 支持类型转换 3 years ago