Skip to content

Commit

Permalink
add readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leelance committed Oct 10, 2016
1 parent f1d5783 commit c12565a
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.adoc → README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# spring-boot
依赖1.3.6版本,http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/
## Modules
```
依赖1.3.5版本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>
Expand All @@ -13,16 +13,11 @@
<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>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.6.RELEASE</version>
<version>1.3.5.RELEASE</version>
</parent>
```
| Name | Description |
Expand Down

0 comments on commit c12565a

Please sign in to comment.