提交 61ab1390 编写于 作者: Y yingjun

README

上级 1ce853e1
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
- [Druid(数据源配置 sql防注入 sql性能监控)](http://wosyingjun.iteye.com/blog/2306139) - [Druid(数据源配置 sql防注入 sql性能监控)](http://wosyingjun.iteye.com/blog/2306139)
- 统一的异常处理 - 统一的异常处理
- JSP JSTL JavaScript - JSP JSTL JavaScript
- Sping Shiro权限控制(待完善) - **Sping Shiro权限控制(待完善)**
###**架构图:** ###**架构图:**
![](http://i.imgur.com/EvH40td.png) ![](http://i.imgur.com/EvH40td.png)
\ No newline at end of file
...@@ -11,7 +11,7 @@ import java.util.Date; ...@@ -11,7 +11,7 @@ import java.util.Date;
public class Goods { public class Goods {
@Min(900) @Min(900)
@Not999 //这个为自定义的验证标签 @Not999 //这个为自定义的验证标签
private long goodsId; private long goodsId;
private String title; private String title;
......
...@@ -4,7 +4,7 @@ import java.util.Date; ...@@ -4,7 +4,7 @@ import java.util.Date;
/** /**
* 订单 * 订单
* @author yingjun * @author yingjun
* *
*/ */
public class Order { public class Order {
......
...@@ -5,7 +5,7 @@ import java.util.Date; ...@@ -5,7 +5,7 @@ import java.util.Date;
/** /**
* 用户 * 用户
* @author yingjun * @author yingjun
* *
*/ */
public class User { public class User {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册