-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jeebiz
committed
Apr 5, 2018
1 parent
bddc620
commit 93344da
Showing
1 changed file
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") |