Springboot中classpath* 和 classpath的区别

  1. classpath* :   不仅包含class路径,还包括jar文件中(class路径)进行查找

  2. classpath :     只会扫描当前工程里面类路径的内容

你可能感兴趣的:(springboot,spring,boot,java)