tomcat web.xml 中 classpath*spring/*xml classPath*的定义路径是什么,该怎么处理
tomcat web.xml 中 <param-value>classpath*:spring/*.xml</param-value> classPath*的定义路径是什么
tomcat web.xml 中 <param-value>classpath*:spring/*.xml</param-value> classPath*的定义路径是什么
是不是可以替换成<param-value>classpath:spring/*.xml</param-value>?
------解决方案--------------------
是指你的src下的目录
------解决方案--------------------
tomcat web.xml 中 <param-value>classpath*:spring/*.xml</param-value> classPath*的定义路径是什么
是不是可以替换成<param-value>classpath:spring/*.xml</param-value>?
------解决方案--------------------
是指你的src下的目录
------解决方案--------------------