applicationContext.xml文件的xsi:schemaLocation配置本地加载路径怎么写

xsi:schemaLocation="http://www.springframework.org/schema/beans
classpath:/org/springframework/beans/factory/xml/spring-beans-3.0.xsd

http://www.springframework.org/schema/context 
classpath:/org/springframework/context/config/spring-context-3.0.xsd    

http://www.springframework.org/schema/tx 
http://www.springframework.org/schema/tx/spring-tx-3.0.xsd
http://www.springframework.org/schema/aop 
http://www.springframework.org/schema/aop/spring-aop-3.0.xsd
http://www.springframework.org/schema/task 
http://www.springframework.org/schema/task/spring-task-3.0.xsd 
http://www.springframework.org/schema/util  
http://www.springframework.org/schema/util/spring-util.xsd">
spring-context和spring-beans知道本地配置的路径,请教一下大神们,剩下的tx,aop等等这些配置本地的路径是什么

没懂为什么要配置本地路径,你用的什么编辑器

参考https://www.cnblogs.com/gonjan-blog/p/6637106.html