JDK11无法在Spring中使用@Resource注解 缺少javax.annotation这个包 所以maven项目可以在pom.xml文件中导入 <dependency> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <version>1.3.2</version> </dependency>