Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leelance authored Oct 29, 2016
1 parent 98b30eb commit adc6fea
Showing 1 changed file with 25 additions and 13 deletions.
38 changes: 25 additions & 13 deletions spring-boot-parent/README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,35 @@
# spring-boot
依赖1.3.5版本http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/
依赖1.3.6版本http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/
## xml
```
<module>../spring-boot-hello</module>
<module>../spring-boot-devtools</module>
<module>../spring-boot-mybatis</module>
<module>../spring-boot-shiro</module>
<module>../spring-boot-shiro-redis</module>
<module>../spring-boot-cache-ehcache</module>
<module>../spring-boot-cache-redis</module>
<module>../spring-boot-activemq-producer</module>
<module>../spring-boot-activemq-consumer</module>
<module>../spring-boot-email</module>
<module>../spring-boot-freemarker</module>
<modules>
<module>../spring-boot-hello</module>
<module>../spring-boot-devtools</module>
<module>../spring-boot-mybatis</module>
<module>../spring-boot-shiro</module>
<module>../spring-boot-shiro-redis</module>
<module>../spring-boot-cache-ehcache</module>
<module>../spring-boot-cache-redis</module>
<module>../spring-boot-activemq-producer</module>
<module>../spring-boot-activemq-consumer</module>
<module>../spring-boot-email</module>
<module>../spring-boot-freemarker</module>
<module>../spring-boot-websocket</module>
<module>../spring-boot-websocket-client</module>
<module>../spring-boot-sitemesh</module>
<module>../spring-boot-easyui-kindeditor</module>
<module>../spring-boot-quartz</module>
<module>../spring-boot-springfox</module>
<module>../spring-boot-crawler</module>
<module>../spring-boot-jpa</module>
<module>../spring-boot-activiti</module>
<module>../spring-boot-welcome-page</module>
</modules>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.5.RELEASE</version>
<version>1.3.6.RELEASE</version>
</parent>
```
| Name | Description |
Expand Down

0 comments on commit adc6fea

Please sign in to comment.