Skip to content

Commit

Permalink
no comment
Browse files Browse the repository at this point in the history
  • Loading branch information
clxy committed Nov 17, 2013
1 parent 9c9e29d commit 3a1556b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .settings/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/com.google.appengine.eclipse.core.prefs
1 change: 1 addition & 0 deletions note.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
-- 关于jsr303
+ 后台用hibernate-validator。
+ 前台希望能够根据后台的annotation自动生成。目前https://kenai.com/projects/jsr303js/pages/Home有个实现。貌似可以。
+ 或者统一Javascript,前台验证使用该脚本。后台使用javax.script验证,只是效率估计不会好。

-- ConstraintViolationBuilder#addNode虽然deprecated,但该版本4.3.1没有实现新替代方法。

Expand Down
1 change: 1 addition & 0 deletions src/main/java/cn/clxy/ssm/common/util/BeanUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public static int hash(Object obj) {
}

/**
* @deprecated {@link java.util.Objects#equals(Object, Object)}
* @param src
* @param dest
* @return
Expand Down

0 comments on commit 3a1556b

Please sign in to comment.