eclipse的可以参考http://blog.csdn.net/clementad/article/details/51334064,在第四步的时候,只选一个web,然后在pom.xml中添加:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-solr</artifactId>
<version>1.5.1.RELEASE</version>
</dependency>
,这是为了可以使用RequestMethod
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-solr</artifactId>
<version>1.5.1.RELEASE</version>
</dependency>
,这是为了可以使用RequestMethod
2017-04-18
最赞回答 / 未卜先知
<!-- https://mvnrepository.com/artifact/javax.persistence/persistence-api --><dependency> <groupId>javax.persistence</groupId> <artifactId>persistence-api</artifactId> <version>1.0</version></dep...
2017-04-17
已采纳回答 / SevenSONGOKU
可能maven本地仓库没有download jar包,先检查一下pom.xml中这几个dependency没有敲错,然后用mvn compile跑一下,然后update一下maven工程试试
2017-04-16
打印cupSize:B,age:18时 content跟server是同级,,同时我是改成content : "cupSize:${server.cupSize},age:${server.age}" 然后才可以。
2017-04-15