泽物
泽物
全部文章
Spring
源码分析(2)
题解(2)
归档
标签
去牛客网
登录
/
注册
泽物的博客
全部文章
/ Spring
(共2篇)
spring.mvc.servlet.path VS server.servlet.contextPath
1.作用域不同: server.servlet.contextPath tomcat容器提供的用于区别容器内多个服务实例的资源定位路径 spring.mvc.servlet.path SpringMVC框架提供的网络资源定位路径 2.执行顺序 http://localhost:8080/co...
2022-06-02
0
498
spring之Aspect配合自定义注解打印日志
@Component @Aspect public class LogAspect { /** * 失败错误日志默认后缀 */ private static final String ERROR_MSG_SUFFIX = "失败"; @Before(...
2022-06-02
0
218