Skip to content

Commit 4608013

Browse files
committed
discription
1 parent 2b2bd1a commit 4608013

File tree

2 files changed

+29
-12
lines changed

2 files changed

+29
-12
lines changed

README.md

+15-6
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,25 @@ index.ftl:
5353
<#--</body>-->
5454
<#--</html>-->
5555

56+
5657
one.ftl
57-
<h2>${user.name} ${time} ms Part1</h2>
58+
59+
<h2>${user.name} ${time} ms Part1</h2>
60+
5861

5962
two.ftl
60-
<h2>${time} ms part2</h2>
63+
64+
<h2>${time} ms part2</h2>
65+
6166

6267
three.ftl
63-
<h2>${time} ms part3</h2>
68+
69+
<h2>${time} ms part3</h2>
70+
6471

6572
four.ftl
66-
<h2>${time}ms part4</h2>
73+
74+
<h2>${time}ms part4</h2>
6775

6876

6977
### 公共配置
@@ -86,8 +94,9 @@ four.ftl
8694
<bean class="org.opensjp.openbigpipe.core.interceptor.BigPipeAspect"/>
8795

8896
3. 为每个前段的pagelet配置一个执行方法
89-
@PageletSet
90-
public class PipeFour{
97+
98+
@PageletSet
99+
public class PipeFour{
91100

92101
@Param
93102
private String name;

README.md~

+14-6
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,25 @@ index.ftl:
5353
<#--</body>-->
5454
<#--</html>-->
5555

56+
5657
one.ftl
57-
<h2>${user.name} ${time} ms Part1</h2>
58+
59+
<h2>${user.name} ${time} ms Part1</h2>
60+
5861

5962
two.ftl
60-
<h2>${time} ms part2</h2>
63+
64+
<h2>${time} ms part2</h2>
65+
6166

6267
three.ftl
63-
<h2>${time} ms part3</h2>
68+
69+
<h2>${time} ms part3</h2>
70+
6471

6572
four.ftl
66-
<h2>${time}ms part4</h2>
6773

74+
<h2>${time}ms part4</h2>
6875

6976
### 公共配置
7077
这部分是不管使用什么框架都必须配置的.
@@ -86,8 +93,9 @@ four.ftl
8693
<bean class="org.opensjp.openbigpipe.core.interceptor.BigPipeAspect"/>
8794

8895
3. 为每个前段的pagelet配置一个执行方法
89-
@PageletSet
90-
public class PipeFour{
96+
97+
@PageletSet
98+
public class PipeFour{
9199

92100
@Param
93101
private String name;

0 commit comments

Comments
 (0)