摘要: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2020-03-18 20:42 刀锋意志1 阅读(119) 评论(0) 推荐(0) 编辑
摘要: # spring mvc绑定参数之类型转换有三种方式: ## 1.实体类中加日期格式化注解 @DateTimeFormat(pattern="yyyy-MM-dd HH:mm") private Date creationTime; ## 2.属性编辑器 spring3.1之前 在Controlle 阅读全文
posted @ 2020-03-18 20:38 刀锋意志1 阅读(163) 评论(0) 推荐(0) 编辑