spring boot注解,BigDecimal比较,BeanUtils.copyProperties()用法
1,springboot入口类(带mainclass的类)的位置springboot入口类存放的位置,放到比常规类高一级的包内,这样项目启动时才能加载到包路径下的各个java配置类。1,springboot注解1,@RestController@RestControllerisastereotypeannotationthatcombines@ResponseBodyand@Controller.