Browse Source

jfinal 5.0.0 release ^_^

James 3 years ago
parent
commit
b9f0df1c31
1 changed files with 5 additions and 1 deletions
  1. 5 1
      pom.xml

+ 5 - 1
pom.xml

@@ -106,7 +106,11 @@
 			<scope>provided</scope>
 		</dependency>
 
-		<!-- druid 数据源连接池 -->
+		<!-- druid 数据源连接池
+		     注意:从 druid 1.2.5 版本开始,DruidStatViewHandler 中无法使用父类中的 username
+		          与 password,所以升级到比 1.2.4 更高版本时,druid 监控将无法无法通过 jfinal
+		          扩展的 DruidStatViewHandler 使用。可以通过 druid 内置配置方式使用
+		 -->
 		<dependency>
 			<groupId>com.alibaba</groupId>
 			<artifactId>druid</artifactId>