|
7 | 7 | <meta name="keywords" content="java, framework, lightweight, command-line, web, applications, tinystruct"> |
8 | 8 | <meta name="author" content="James ZHOU"> |
9 | 9 | <meta name="favicon" content="https://avatars.githubusercontent.com/u/3723144?s=48&v=4"> |
10 | | - <title>tinystruct framework - v1.7.7</title> |
| 10 | + <title>tinystruct framework - v1.7.8</title> |
11 | 11 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism.min.css" integrity="sha512-tN7Ec6zAFaVSG3TpNAKtk4DOHNpSwKHxxrsiw4GHKESGPs5njn/0sMCUMl2svV4wo4BK/rCP7juYz+zx+l6oeQ==" crossorigin="anonymous" referrerpolicy="no-referrer" /> |
12 | 12 | <style> |
13 | 13 | :root { |
@@ -914,11 +914,11 @@ <h1> |
914 | 914 | <!-- Version Dropdown --> |
915 | 915 | <div class="navbar-item navbar-version-dropdown"> |
916 | 916 | <button class="navbar-dropdown-btn" aria-haspopup="listbox" aria-expanded="false"> |
917 | | - <span>v1.7.7</span> |
| 917 | + <span>v1.7.8</span> |
918 | 918 | <svg width="16" height="16" viewBox="0 0 24 24"><path fill="currentColor" d="M7 10l5 5 5-5z"/></svg> |
919 | 919 | </button> |
920 | 920 | <ul class="navbar-dropdown-list" tabindex="-1" hidden> |
921 | | - <li><a href="#">v1.7.7 (latest)</a></li> |
| 921 | + <li><a href="#">v1.7.8 (latest)</a></li> |
922 | 922 | <li><a href="#">v1.6.0</a></li> |
923 | 923 | <li><a href="#">v1.5.0</a></li> |
924 | 924 | </ul> |
@@ -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.7</version> |
| 1013 | + <version>1.7.8</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.7", |
| 1291 | + " / / /) (/ _) / / (/ ( / 1.7.8", |
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.7", |
| 1327 | + " / / /) (/ _) / / (/ ( / 1.7.8", |
1328 | 1328 | " /", |
1329 | 1329 | " ", |
1330 | 1330 | `${new Date().toLocaleString()} org.tinystruct.system.NettyHttpServer start`, |
|
0 commit comments