-
使用Entity當參數,也可以直接獲取RequestParam資料查看全部
-
instanceof 运算符是用来在运行时指出对象是否是特定类的一个实例查看全部
-
RutimeException 抛出异常时会进行事务回滚 Exception 不会进行事务回滚查看全部
-
异常处理类查看全部
-
@RunWith(SpringRunner.class)开启测试环境,底层junit @SpringBootTest开启SpringBoot测试查看全部
-
springboot 使用request查看全部
-
获得传递的参数查看全部
-
@Valid表单验证使用:使用对象封装,在对象属性中加限制查看全部
-
import org.slf4j.logger 底层使用的是logbag private final static Logger logger=logger=LoggerFactory.getLogger(ClassName.class)查看全部
-
@Valid 验证对象字段,BindingResult 对象,接收验证信息查看全部
-
课程总结内容知识点查看全部
-
mvc打包跳过测试类:mvc package -@maven.test.skip=true查看全部
-
1.可通过在方法右击Goto快速创建测试类 2.测试service层测试类需要加上注解:@Runwith,@SpringBootTest 3.测试Controller层测试类需要加上注解:@Runwith,@SpringBootTest,@AutoConfigureMoceMvc查看全部
-
@Controlleradvice @ExceptionHandler查看全部
-
谨记:重复敲的代码抽象成一个类,解耦合,并可以高复用查看全部
举报
0/150
提交
取消