IDEA 10.5.2 Aspectj compiler - can't determine superclass of missing type org.springframework.transaction.interceptor.TransactionAspectSupport
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Trying to make a module with spring aspects gives me: can't determine superclass of missing type org.springframework.transaction.interceptor.TransactionAspectSupport Works in other modules, what's up with this one? Missing dep? /S 回答1: You'll need to add the spring-tx dependency to clear this: http://mvnrepository.com/artifact/org.springframework/spring-tx <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> <version>${spring.version}</version> </dependency> 回答2: this is unfortunately an error that occurs