File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Add the dependency to your pom.xml:
27
27
<dependency >
28
28
<groupId >org.tinystruct</groupId >
29
29
<artifactId >tinystruct</artifactId >
30
- <version >1.7.2 </version >
30
+ <version >1.7.3 </version >
31
31
<classifier >jar-with-dependencies</classifier >
32
32
</dependency >
33
33
```
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Add the tinystruct dependency to your project's `pom.xml` file:
18
18
<dependency >
19
19
<groupId >org.tinystruct</groupId >
20
20
<artifactId >tinystruct</artifactId >
21
- <version >1.7.2 </version >
21
+ <version >1.7.3 </version >
22
22
<classifier >jar-with-dependencies</classifier >
23
23
</dependency >
24
24
```
Original file line number Diff line number Diff line change @@ -1010,7 +1010,7 @@ <h2 id="installation" class="lang" data-en="Installation and Getting Started" da
1010
1010
< pre class ="language-xml "> < code > <dependency>
1011
1011
<groupId>org.tinystruct</groupId>
1012
1012
<artifactId>tinystruct</artifactId>
1013
- <version>1.7.2 </version>
1013
+ <version>1.7.3 </version>
1014
1014
<classifier>jar-with-dependencies</classifier>
1015
1015
</dependency></ code > < button class ="copy-btn " onclick ="copyCode(this) "> Copy</ button >
1016
1016
</ pre >
@@ -1288,7 +1288,7 @@ <h4>More</h4>
1288
1288
const mainCommands = [
1289
1289
"$ bin/dispatcher --version" ,
1290
1290
" _/ ' _ _/ _ _ _/" ,
1291
- " / / /) (/ _) / / (/ ( / 1.7.2 " ,
1291
+ " / / /) (/ _) / / (/ ( / 1.7.3 " ,
1292
1292
" /" ,
1293
1293
" " ,
1294
1294
"$ bin/dispatcher --help" ,
@@ -1324,7 +1324,7 @@ <h4>More</h4>
1324
1324
"# bin/dispatcher start --import org.tinystruct.system.NettyHttpServer --server-port 777" ,
1325
1325
" " ,
1326
1326
" _/ ' _ _/ _ _ _/" ,
1327
- " / / /) (/ _) / / (/ ( / 1.7.2 " ,
1327
+ " / / /) (/ _) / / (/ ( / 1.7.3 " ,
1328
1328
" /" ,
1329
1329
" " ,
1330
1330
`${ new Date ( ) . toLocaleString ( ) } org.tinystruct.system.NettyHttpServer start` ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ tinystruct 是一个简单而强大的 Java 开发框架。它秉承简单思维
27
27
<dependency >
28
28
<groupId >org.tinystruct</groupId >
29
29
<artifactId >tinystruct</artifactId >
30
- <version >1.7.2 </version >
30
+ <version >1.7.3 </version >
31
31
<classifier >jar-with-dependencies</classifier >
32
32
</dependency >
33
33
```
Original file line number Diff line number Diff line change 18
18
<dependency >
19
19
<groupId >org.tinystruct</groupId >
20
20
<artifactId >tinystruct</artifactId >
21
- <version >1.7.2 </version >
21
+ <version >1.7.3 </version >
22
22
<classifier >jar-with-dependencies</classifier >
23
23
</dependency >
24
24
```
You can’t perform that action at this time.
0 commit comments