摘要:
HashMap与LinkedHashMap //LinkedHashMap有序,shiro会根据添加顺序进行拦截 //LinkedHashMap有序,shiro会根据添加顺序进行拦截Map<String, String> filterChainMap = new LinkedHashMap<Stri 阅读全文
摘要:
springboot或者spring项目经常会引用其它项目,把其它项目的Jar包加进来,因为每个项目的包路径不一样,mapper.xml的路径也不一样,这个时候就需要引入多个路径。 项目A,mapper.xml 路径在 resources/mappers/push 下面 项目B,mapper.xml 阅读全文