用过IDEA,就不想用回Eclipse了,好吗?
教你十分钟下载并破解IntelliJ IDEA(2017)http://www.cnblogs.com/wincai/p/6731292.html
教你十分钟下载并破解IntelliJ IDEA(2017)http://www.cnblogs.com/wincai/p/6731292.html
2017-04-19
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
打印cupSize:B,age:18时 content跟server是同级,,同时我是改成content : "cupSize:${server.cupSize},age:${server.age}" 然后才可以。
2017-04-15