摘要:
@RestController 这个注解相当于同时添加@Controller和@ResponseBody注解。 @Valid Controller层使用校验: public String userAdd(@Valid("ValidUserBean") ValidUserBean validUserB 阅读全文
2017年9月1日
摘要:
junit junit test org.springframework.boot spring-boot-starter-aop ... 阅读全文
摘要:
package com.huij; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.... 阅读全文