springdm context:component-scan 无法找到bean
由于我们平时在eclipse开发 所以 编译后的 class 在 target/class中 在jar中绝对是 .下了
呵呵
我也纠结了很久最后看到博客说 没问题也有说 部署后没问题 最后找到 解决方式
Bundle-ClassPath: .,target/classes
一致在索取 今天记录一下自己的成长
发布时间: 2012-09-09 09:27:54 作者: rapoo
springdm context:component-scan 无法找到bean
由于我们平时在eclipse开发 所以 编译后的 class 在 target/class中 在jar中绝对是 .下了
呵呵
我也纠结了很久最后看到博客说 没问题也有说 部署后没问题 最后找到 解决方式
Bundle-ClassPath: .,target/classes
一致在索取 今天记录一下自己的成长