From e504e494474d6cfd2a6c5df1543bcf1b384bcd51 Mon Sep 17 00:00:00 2001 From: James ZHOU Date: Thu, 4 Apr 2024 13:00:36 +0800 Subject: [PATCH 1/2] Update the default home page. --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 38c3982..29771db 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -6,7 +6,7 @@ database.user= database.password= database.connections.max=10 default.http.max_content_length=4194304 -default.home.page=say/Praise to the Lord! +default.home.page=talk #redis.host=127.0.0.1 #redis.port=6379 From 83c6cd6a6d8338f334a1eb0f5f34f10db5df0585 Mon Sep 17 00:00:00 2001 From: James ZHOU Date: Thu, 4 Apr 2024 13:01:07 +0800 Subject: [PATCH 2/2] Update the tinystruct version to be 1.2.4. --- bin/dispatcher | 2 +- bin/dispatcher.cmd | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/dispatcher b/bin/dispatcher index 0424e97..d9014cc 100755 --- a/bin/dispatcher +++ b/bin/dispatcher @@ -1,6 +1,6 @@ #!/usr/bin/env sh ROOT="$(pwd)" -VERSION="1.2.3" +VERSION="1.2.4" cd "$(dirname "$0")" || exit cd "../" # Navigate to the root directory diff --git a/bin/dispatcher.cmd b/bin/dispatcher.cmd index 11623d1..4676f46 100755 --- a/bin/dispatcher.cmd +++ b/bin/dispatcher.cmd @@ -33,7 +33,7 @@ set "JAVA_CMD=%JAVA_HOME%\bin\java.exe" @REM Consolidate classpath entries, initialize ROOT and VERSION set "ROOT=%~dp0..\" -set "VERSION=1.2.3" +set "VERSION=1.2.4" set "classpath=%ROOT%target\classes;%ROOT%lib\tinystruct-%VERSION%-jar-with-dependencies.jar;%ROOT%lib\*;%ROOT%WEB-INF\lib\*;%ROOT%WEB-INF\classes;%USERPROFILE%\.m2\repository\org\tinystruct\tinystruct\%VERSION%\tinystruct-%VERSION%-jar-with-dependencies.jar" @REM Run Java application diff --git a/pom.xml b/pom.xml index 73d3321..f4fc90b 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.tinystruct tinystruct - 1.2.3 + 1.2.4