Skip to content

Commit

Permalink
发布1.0.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
jeebiz committed Apr 5, 2018
1 parent bddc620 commit 93344da
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# spring-boot-starter-sitemesh3


### 说明

> 基于 Sitemesh 3.x 开源项目实现的页面装饰器 Spring Boot Starter 实现
1. Sitemesh 逻辑扩展实现
2.

### Maven

``` xml
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-boot-starter-sitemesh3</artifactId>
<version>${project.version}</version>
</dependency>
```

### Sample :

[https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-sitemesh3](https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-sitemesh3 "spring-boot-sample-sitemesh3")
# spring-boot-starter-sitemesh3


### 说明

> 基于 Sitemesh 3.x 开源项目实现的页面装饰器 Spring Boot Starter 实现
1. Sitemesh 逻辑扩展实现
2.

### Maven

``` xml
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-boot-starter-sitemesh3</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
```

### Sample :

[https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-sitemesh3](https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-sitemesh3 "spring-boot-sample-sitemesh3")

0 comments on commit 93344da

Please sign in to comment.