2017年9月1日

摘要: @RestController 这个注解相当于同时添加@Controller和@ResponseBody注解。 @Valid Controller层使用校验: public String userAdd(@Valid("ValidUserBean") ValidUserBean validUserB 阅读全文
posted @ 2017-09-01 14:19 胡琴 阅读(258) 评论(0) 推荐(0) 编辑
 
摘要: junit junit test org.springframework.boot spring-boot-starter-aop ... 阅读全文
posted @ 2017-09-01 11:59 胡琴 阅读(1900) 评论(0) 推荐(0) 编辑
 
摘要: package com.huij; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.... 阅读全文
posted @ 2017-09-01 11:15 胡琴 阅读(566) 评论(0) 推荐(0) 编辑