课程
/后端开发
/Java
/Java高并发秒杀API之业务分析与DAO层
为什么老师敲maven依赖dependency的时候会出提示,而我敲的时候不会?感觉这个好方便啊,求教怎么才会出提示。
2016-05-14
源自:Java高并发秒杀API之业务分析与DAO层 2-2
正在回答
http://codepub.cn/2015/12/09/IntelliJ-IDEA-in-Maven-plugin-could-not-update-the-index-of-the-solution/
看看这篇文章
peng1990 提问者
跟ide有关,eclipse插件有个专门的窗口,可以搜索依赖包。idea是在pom中自动提示。ide自动提示的前提是已经建立好索引。
举报
Java实现高并发秒杀API的第一门课,还等什么,赶快来加入吧
2 回答pom.xml中会有警告波浪线,敲代码的时候也无法自动提示
2 回答测试时提示空指针
5 回答No qualifying bean of type [com.bin.dao.SeckillDao] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@javax.annotation.Resource(shareable=true, mappedName=, description=, na
1 回答<dependency> <groupId>jst1</groupId> <artifactId>jst1</artifactId> <version>1.2</version> </dependency>
1 回答我想请问一下,我的interlij写pom.xml的时候并没有提示,老师能教一下怎么开启提示么?