使用classpath*:和classpath:加载spring配置文件的区别
classpath:applicationContext-config.xml表示当前项目中加载配置文件classpath*:applicationContext-config.xml表示从jar包中加载配置文件