摘要: 打开终端工具 输入 svn ls xxx xxx 是具体的项目地址 之后会显示(R)eject, accept (t)emporarily or accept (p)ermanently? 输入p 回车 然后依据提示输入svn的账号密码 阅读全文
posted @ 2021-04-13 11:00 西红柿里没有番茄 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 静态资源放在以下四个类路径下: static public templates META-INF/resources 设置静态资源访问前缀 spring.mvc.static-path-pattern=/res/** 阅读全文
posted @ 2021-04-13 09:32 西红柿里没有番茄 阅读(54) 评论(0) 推荐(0) 编辑