需要幫助!Intellij無法解析外部庫的類
我試圖使用Maven將彈簧安全庫連接到我的項目。
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>4.2.3.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>4.2.3.RELEASE</version>
</dependency>
庫org.springframework.security.core已成功下載。
請,如果有誰知道一些關於這個問題,我會的任何信息
Windows 7的
IntelliJ IDEA的版本,2017年2月4日終極非常感謝
Java版本1.8.0_144
Maven版本3.5.0
請參閱http://stackoverflow.com/a/13374653/104891。 – CrazyCoder
非常感謝。它解決了我的問題。 –