标签:osi error 异常 文件 alt ror boot err 图片
自定义异常数据之前我们先看看一下源码
? ?
? ?
? ?
上述代码意思是如果你没有提供就使用springboot提供的类
? ?
这是springboot提供的异常属性类,我们想要自定义,自己的异常数据就只需要继承DefaultErrorAttribute类再重写getErrorAttribute()方法就可以达到我们想要的功能了
? ?
? ?
1、@controller 控制器(注入服务)
2、@service 服务(注入dao)
3、@repository dao(实现dao访问)
4、@component (把普通pojo实例化到spring容器中,相当于配置文件中的<bean id="" class=""/>)
? ?
只需要记得一定把自己,自定义的类注册到spring容器中。
标签:osi error 异常 文件 alt ror boot err 图片
原文地址:https://www.cnblogs.com/fernfei/p/12079225.html