diff --git a/gold-system/.idea/.gitignore b/gold-system/.idea/.gitignore
new file mode 100644
index 0000000..35410ca
--- /dev/null
+++ b/gold-system/.idea/.gitignore
@@ -0,0 +1,8 @@
+# 默认忽略的文件
+/shelf/
+/workspace.xml
+# 基于编辑器的 HTTP 客户端请求
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/gold-system/.idea/compiler.xml b/gold-system/.idea/compiler.xml
new file mode 100644
index 0000000..976e089
--- /dev/null
+++ b/gold-system/.idea/compiler.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/gold-system/.idea/encodings.xml b/gold-system/.idea/encodings.xml
new file mode 100644
index 0000000..03d81b4
--- /dev/null
+++ b/gold-system/.idea/encodings.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/gold-system/.idea/gold-system.iml b/gold-system/.idea/gold-system.iml
new file mode 100644
index 0000000..d6ebd48
--- /dev/null
+++ b/gold-system/.idea/gold-system.iml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/gold-system/.idea/jarRepositories.xml b/gold-system/.idea/jarRepositories.xml
new file mode 100644
index 0000000..5a2f139
--- /dev/null
+++ b/gold-system/.idea/jarRepositories.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/gold-system/.idea/misc.xml b/gold-system/.idea/misc.xml
new file mode 100644
index 0000000..4fb081c
--- /dev/null
+++ b/gold-system/.idea/misc.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/gold-system/.idea/modules.xml b/gold-system/.idea/modules.xml
new file mode 100644
index 0000000..7db70f7
--- /dev/null
+++ b/gold-system/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/gold-system/.idea/uiDesigner.xml b/gold-system/.idea/uiDesigner.xml
new file mode 100644
index 0000000..2b63946
--- /dev/null
+++ b/gold-system/.idea/uiDesigner.xml
@@ -0,0 +1,124 @@
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+
+
+
\ No newline at end of file
diff --git a/gold-system/.idea/vcs.xml b/gold-system/.idea/vcs.xml
new file mode 100644
index 0000000..6c0b863
--- /dev/null
+++ b/gold-system/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/gold-system/demo/.gitattributes b/gold-system/demo/.gitattributes
new file mode 100644
index 0000000..3b41682
--- /dev/null
+++ b/gold-system/demo/.gitattributes
@@ -0,0 +1,2 @@
+/mvnw text eol=lf
+*.cmd text eol=crlf
diff --git a/gold-system/demo/.gitignore b/gold-system/demo/.gitignore
new file mode 100644
index 0000000..549e00a
--- /dev/null
+++ b/gold-system/demo/.gitignore
@@ -0,0 +1,33 @@
+HELP.md
+target/
+!.mvn/wrapper/maven-wrapper.jar
+!**/src/main/**/target/
+!**/src/test/**/target/
+
+### STS ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### NetBeans ###
+/nbproject/private/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+build/
+!**/src/main/**/build/
+!**/src/test/**/build/
+
+### VS Code ###
+.vscode/
diff --git a/gold-system/demo/.mvn/wrapper/maven-wrapper.properties b/gold-system/demo/.mvn/wrapper/maven-wrapper.properties
new file mode 100644
index 0000000..d58dfb7
--- /dev/null
+++ b/gold-system/demo/.mvn/wrapper/maven-wrapper.properties
@@ -0,0 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+wrapperVersion=3.3.2
+distributionType=only-script
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
diff --git a/gold-system/demo/commons/.gitattributes b/gold-system/demo/commons/.gitattributes
new file mode 100644
index 0000000..3b41682
--- /dev/null
+++ b/gold-system/demo/commons/.gitattributes
@@ -0,0 +1,2 @@
+/mvnw text eol=lf
+*.cmd text eol=crlf
diff --git a/gold-system/demo/commons/.gitignore b/gold-system/demo/commons/.gitignore
new file mode 100644
index 0000000..549e00a
--- /dev/null
+++ b/gold-system/demo/commons/.gitignore
@@ -0,0 +1,33 @@
+HELP.md
+target/
+!.mvn/wrapper/maven-wrapper.jar
+!**/src/main/**/target/
+!**/src/test/**/target/
+
+### STS ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### NetBeans ###
+/nbproject/private/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+build/
+!**/src/main/**/build/
+!**/src/test/**/build/
+
+### VS Code ###
+.vscode/
diff --git a/gold-system/demo/commons/.mvn/wrapper/maven-wrapper.properties b/gold-system/demo/commons/.mvn/wrapper/maven-wrapper.properties
new file mode 100644
index 0000000..d58dfb7
--- /dev/null
+++ b/gold-system/demo/commons/.mvn/wrapper/maven-wrapper.properties
@@ -0,0 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+wrapperVersion=3.3.2
+distributionType=only-script
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
diff --git a/gold-system/demo/commons/mvnw b/gold-system/demo/commons/mvnw
new file mode 100644
index 0000000..19529dd
--- /dev/null
+++ b/gold-system/demo/commons/mvnw
@@ -0,0 +1,259 @@
+#!/bin/sh
+# ----------------------------------------------------------------------------
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+# ----------------------------------------------------------------------------
+
+# ----------------------------------------------------------------------------
+# Apache Maven Wrapper startup batch script, version 3.3.2
+#
+# Optional ENV vars
+# -----------------
+# JAVA_HOME - location of a JDK home dir, required when download maven via java source
+# MVNW_REPOURL - repo url base for downloading maven distribution
+# MVNW_USERNAME/MVNW_PASSWORD - user and password for downloading maven
+# MVNW_VERBOSE - true: enable verbose log; debug: trace the mvnw script; others: silence the output
+# ----------------------------------------------------------------------------
+
+set -euf
+[ "${MVNW_VERBOSE-}" != debug ] || set -x
+
+# OS specific support.
+native_path() { printf %s\\n "$1"; }
+case "$(uname)" in
+CYGWIN* | MINGW*)
+ [ -z "${JAVA_HOME-}" ] || JAVA_HOME="$(cygpath --unix "$JAVA_HOME")"
+ native_path() { cygpath --path --windows "$1"; }
+ ;;
+esac
+
+# set JAVACMD and JAVACCMD
+set_java_home() {
+ # For Cygwin and MinGW, ensure paths are in Unix format before anything is touched
+ if [ -n "${JAVA_HOME-}" ]; then
+ if [ -x "$JAVA_HOME/jre/sh/java" ]; then
+ # IBM's JDK on AIX uses strange locations for the executables
+ JAVACMD="$JAVA_HOME/jre/sh/java"
+ JAVACCMD="$JAVA_HOME/jre/sh/javac"
+ else
+ JAVACMD="$JAVA_HOME/bin/java"
+ JAVACCMD="$JAVA_HOME/bin/javac"
+
+ if [ ! -x "$JAVACMD" ] || [ ! -x "$JAVACCMD" ]; then
+ echo "The JAVA_HOME environment variable is not defined correctly, so mvnw cannot run." >&2
+ echo "JAVA_HOME is set to \"$JAVA_HOME\", but \"\$JAVA_HOME/bin/java\" or \"\$JAVA_HOME/bin/javac\" does not exist." >&2
+ return 1
+ fi
+ fi
+ else
+ JAVACMD="$(
+ 'set' +e
+ 'unset' -f command 2>/dev/null
+ 'command' -v java
+ )" || :
+ JAVACCMD="$(
+ 'set' +e
+ 'unset' -f command 2>/dev/null
+ 'command' -v javac
+ )" || :
+
+ if [ ! -x "${JAVACMD-}" ] || [ ! -x "${JAVACCMD-}" ]; then
+ echo "The java/javac command does not exist in PATH nor is JAVA_HOME set, so mvnw cannot run." >&2
+ return 1
+ fi
+ fi
+}
+
+# hash string like Java String::hashCode
+hash_string() {
+ str="${1:-}" h=0
+ while [ -n "$str" ]; do
+ char="${str%"${str#?}"}"
+ h=$(((h * 31 + $(LC_CTYPE=C printf %d "'$char")) % 4294967296))
+ str="${str#?}"
+ done
+ printf %x\\n $h
+}
+
+verbose() { :; }
+[ "${MVNW_VERBOSE-}" != true ] || verbose() { printf %s\\n "${1-}"; }
+
+die() {
+ printf %s\\n "$1" >&2
+ exit 1
+}
+
+trim() {
+ # MWRAPPER-139:
+ # Trims trailing and leading whitespace, carriage returns, tabs, and linefeeds.
+ # Needed for removing poorly interpreted newline sequences when running in more
+ # exotic environments such as mingw bash on Windows.
+ printf "%s" "${1}" | tr -d '[:space:]'
+}
+
+# parse distributionUrl and optional distributionSha256Sum, requires .mvn/wrapper/maven-wrapper.properties
+while IFS="=" read -r key value; do
+ case "${key-}" in
+ distributionUrl) distributionUrl=$(trim "${value-}") ;;
+ distributionSha256Sum) distributionSha256Sum=$(trim "${value-}") ;;
+ esac
+done <"${0%/*}/.mvn/wrapper/maven-wrapper.properties"
+[ -n "${distributionUrl-}" ] || die "cannot read distributionUrl property in ${0%/*}/.mvn/wrapper/maven-wrapper.properties"
+
+case "${distributionUrl##*/}" in
+maven-mvnd-*bin.*)
+ MVN_CMD=mvnd.sh _MVNW_REPO_PATTERN=/maven/mvnd/
+ case "${PROCESSOR_ARCHITECTURE-}${PROCESSOR_ARCHITEW6432-}:$(uname -a)" in
+ *AMD64:CYGWIN* | *AMD64:MINGW*) distributionPlatform=windows-amd64 ;;
+ :Darwin*x86_64) distributionPlatform=darwin-amd64 ;;
+ :Darwin*arm64) distributionPlatform=darwin-aarch64 ;;
+ :Linux*x86_64*) distributionPlatform=linux-amd64 ;;
+ *)
+ echo "Cannot detect native platform for mvnd on $(uname)-$(uname -m), use pure java version" >&2
+ distributionPlatform=linux-amd64
+ ;;
+ esac
+ distributionUrl="${distributionUrl%-bin.*}-$distributionPlatform.zip"
+ ;;
+maven-mvnd-*) MVN_CMD=mvnd.sh _MVNW_REPO_PATTERN=/maven/mvnd/ ;;
+*) MVN_CMD="mvn${0##*/mvnw}" _MVNW_REPO_PATTERN=/org/apache/maven/ ;;
+esac
+
+# apply MVNW_REPOURL and calculate MAVEN_HOME
+# maven home pattern: ~/.m2/wrapper/dists/{apache-maven-,maven-mvnd--}/
+[ -z "${MVNW_REPOURL-}" ] || distributionUrl="$MVNW_REPOURL$_MVNW_REPO_PATTERN${distributionUrl#*"$_MVNW_REPO_PATTERN"}"
+distributionUrlName="${distributionUrl##*/}"
+distributionUrlNameMain="${distributionUrlName%.*}"
+distributionUrlNameMain="${distributionUrlNameMain%-bin}"
+MAVEN_USER_HOME="${MAVEN_USER_HOME:-${HOME}/.m2}"
+MAVEN_HOME="${MAVEN_USER_HOME}/wrapper/dists/${distributionUrlNameMain-}/$(hash_string "$distributionUrl")"
+
+exec_maven() {
+ unset MVNW_VERBOSE MVNW_USERNAME MVNW_PASSWORD MVNW_REPOURL || :
+ exec "$MAVEN_HOME/bin/$MVN_CMD" "$@" || die "cannot exec $MAVEN_HOME/bin/$MVN_CMD"
+}
+
+if [ -d "$MAVEN_HOME" ]; then
+ verbose "found existing MAVEN_HOME at $MAVEN_HOME"
+ exec_maven "$@"
+fi
+
+case "${distributionUrl-}" in
+*?-bin.zip | *?maven-mvnd-?*-?*.zip) ;;
+*) die "distributionUrl is not valid, must match *-bin.zip or maven-mvnd-*.zip, but found '${distributionUrl-}'" ;;
+esac
+
+# prepare tmp dir
+if TMP_DOWNLOAD_DIR="$(mktemp -d)" && [ -d "$TMP_DOWNLOAD_DIR" ]; then
+ clean() { rm -rf -- "$TMP_DOWNLOAD_DIR"; }
+ trap clean HUP INT TERM EXIT
+else
+ die "cannot create temp dir"
+fi
+
+mkdir -p -- "${MAVEN_HOME%/*}"
+
+# Download and Install Apache Maven
+verbose "Couldn't find MAVEN_HOME, downloading and installing it ..."
+verbose "Downloading from: $distributionUrl"
+verbose "Downloading to: $TMP_DOWNLOAD_DIR/$distributionUrlName"
+
+# select .zip or .tar.gz
+if ! command -v unzip >/dev/null; then
+ distributionUrl="${distributionUrl%.zip}.tar.gz"
+ distributionUrlName="${distributionUrl##*/}"
+fi
+
+# verbose opt
+__MVNW_QUIET_WGET=--quiet __MVNW_QUIET_CURL=--silent __MVNW_QUIET_UNZIP=-q __MVNW_QUIET_TAR=''
+[ "${MVNW_VERBOSE-}" != true ] || __MVNW_QUIET_WGET='' __MVNW_QUIET_CURL='' __MVNW_QUIET_UNZIP='' __MVNW_QUIET_TAR=v
+
+# normalize http auth
+case "${MVNW_PASSWORD:+has-password}" in
+'') MVNW_USERNAME='' MVNW_PASSWORD='' ;;
+has-password) [ -n "${MVNW_USERNAME-}" ] || MVNW_USERNAME='' MVNW_PASSWORD='' ;;
+esac
+
+if [ -z "${MVNW_USERNAME-}" ] && command -v wget >/dev/null; then
+ verbose "Found wget ... using wget"
+ wget ${__MVNW_QUIET_WGET:+"$__MVNW_QUIET_WGET"} "$distributionUrl" -O "$TMP_DOWNLOAD_DIR/$distributionUrlName" || die "wget: Failed to fetch $distributionUrl"
+elif [ -z "${MVNW_USERNAME-}" ] && command -v curl >/dev/null; then
+ verbose "Found curl ... using curl"
+ curl ${__MVNW_QUIET_CURL:+"$__MVNW_QUIET_CURL"} -f -L -o "$TMP_DOWNLOAD_DIR/$distributionUrlName" "$distributionUrl" || die "curl: Failed to fetch $distributionUrl"
+elif set_java_home; then
+ verbose "Falling back to use Java to download"
+ javaSource="$TMP_DOWNLOAD_DIR/Downloader.java"
+ targetZip="$TMP_DOWNLOAD_DIR/$distributionUrlName"
+ cat >"$javaSource" <<-END
+ public class Downloader extends java.net.Authenticator
+ {
+ protected java.net.PasswordAuthentication getPasswordAuthentication()
+ {
+ return new java.net.PasswordAuthentication( System.getenv( "MVNW_USERNAME" ), System.getenv( "MVNW_PASSWORD" ).toCharArray() );
+ }
+ public static void main( String[] args ) throws Exception
+ {
+ setDefault( new Downloader() );
+ java.nio.file.Files.copy( java.net.URI.create( args[0] ).toURL().openStream(), java.nio.file.Paths.get( args[1] ).toAbsolutePath().normalize() );
+ }
+ }
+ END
+ # For Cygwin/MinGW, switch paths to Windows format before running javac and java
+ verbose " - Compiling Downloader.java ..."
+ "$(native_path "$JAVACCMD")" "$(native_path "$javaSource")" || die "Failed to compile Downloader.java"
+ verbose " - Running Downloader.java ..."
+ "$(native_path "$JAVACMD")" -cp "$(native_path "$TMP_DOWNLOAD_DIR")" Downloader "$distributionUrl" "$(native_path "$targetZip")"
+fi
+
+# If specified, validate the SHA-256 sum of the Maven distribution zip file
+if [ -n "${distributionSha256Sum-}" ]; then
+ distributionSha256Result=false
+ if [ "$MVN_CMD" = mvnd.sh ]; then
+ echo "Checksum validation is not supported for maven-mvnd." >&2
+ echo "Please disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties." >&2
+ exit 1
+ elif command -v sha256sum >/dev/null; then
+ if echo "$distributionSha256Sum $TMP_DOWNLOAD_DIR/$distributionUrlName" | sha256sum -c >/dev/null 2>&1; then
+ distributionSha256Result=true
+ fi
+ elif command -v shasum >/dev/null; then
+ if echo "$distributionSha256Sum $TMP_DOWNLOAD_DIR/$distributionUrlName" | shasum -a 256 -c >/dev/null 2>&1; then
+ distributionSha256Result=true
+ fi
+ else
+ echo "Checksum validation was requested but neither 'sha256sum' or 'shasum' are available." >&2
+ echo "Please install either command, or disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties." >&2
+ exit 1
+ fi
+ if [ $distributionSha256Result = false ]; then
+ echo "Error: Failed to validate Maven distribution SHA-256, your Maven distribution might be compromised." >&2
+ echo "If you updated your Maven version, you need to update the specified distributionSha256Sum property." >&2
+ exit 1
+ fi
+fi
+
+# unzip and move
+if command -v unzip >/dev/null; then
+ unzip ${__MVNW_QUIET_UNZIP:+"$__MVNW_QUIET_UNZIP"} "$TMP_DOWNLOAD_DIR/$distributionUrlName" -d "$TMP_DOWNLOAD_DIR" || die "failed to unzip"
+else
+ tar xzf${__MVNW_QUIET_TAR:+"$__MVNW_QUIET_TAR"} "$TMP_DOWNLOAD_DIR/$distributionUrlName" -C "$TMP_DOWNLOAD_DIR" || die "failed to untar"
+fi
+printf %s\\n "$distributionUrl" >"$TMP_DOWNLOAD_DIR/$distributionUrlNameMain/mvnw.url"
+mv -- "$TMP_DOWNLOAD_DIR/$distributionUrlNameMain" "$MAVEN_HOME" || [ -d "$MAVEN_HOME" ] || die "fail to move MAVEN_HOME"
+
+clean || :
+exec_maven "$@"
diff --git a/gold-system/demo/commons/mvnw.cmd b/gold-system/demo/commons/mvnw.cmd
new file mode 100644
index 0000000..249bdf3
--- /dev/null
+++ b/gold-system/demo/commons/mvnw.cmd
@@ -0,0 +1,149 @@
+<# : batch portion
+@REM ----------------------------------------------------------------------------
+@REM Licensed to the Apache Software Foundation (ASF) under one
+@REM or more contributor license agreements. See the NOTICE file
+@REM distributed with this work for additional information
+@REM regarding copyright ownership. The ASF licenses this file
+@REM to you under the Apache License, Version 2.0 (the
+@REM "License"); you may not use this file except in compliance
+@REM with the License. You may obtain a copy of the License at
+@REM
+@REM http://www.apache.org/licenses/LICENSE-2.0
+@REM
+@REM Unless required by applicable law or agreed to in writing,
+@REM software distributed under the License is distributed on an
+@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+@REM KIND, either express or implied. See the License for the
+@REM specific language governing permissions and limitations
+@REM under the License.
+@REM ----------------------------------------------------------------------------
+
+@REM ----------------------------------------------------------------------------
+@REM Apache Maven Wrapper startup batch script, version 3.3.2
+@REM
+@REM Optional ENV vars
+@REM MVNW_REPOURL - repo url base for downloading maven distribution
+@REM MVNW_USERNAME/MVNW_PASSWORD - user and password for downloading maven
+@REM MVNW_VERBOSE - true: enable verbose log; others: silence the output
+@REM ----------------------------------------------------------------------------
+
+@IF "%__MVNW_ARG0_NAME__%"=="" (SET __MVNW_ARG0_NAME__=%~nx0)
+@SET __MVNW_CMD__=
+@SET __MVNW_ERROR__=
+@SET __MVNW_PSMODULEP_SAVE=%PSModulePath%
+@SET PSModulePath=
+@FOR /F "usebackq tokens=1* delims==" %%A IN (`powershell -noprofile "& {$scriptDir='%~dp0'; $script='%__MVNW_ARG0_NAME__%'; icm -ScriptBlock ([Scriptblock]::Create((Get-Content -Raw '%~f0'))) -NoNewScope}"`) DO @(
+ IF "%%A"=="MVN_CMD" (set __MVNW_CMD__=%%B) ELSE IF "%%B"=="" (echo %%A) ELSE (echo %%A=%%B)
+)
+@SET PSModulePath=%__MVNW_PSMODULEP_SAVE%
+@SET __MVNW_PSMODULEP_SAVE=
+@SET __MVNW_ARG0_NAME__=
+@SET MVNW_USERNAME=
+@SET MVNW_PASSWORD=
+@IF NOT "%__MVNW_CMD__%"=="" (%__MVNW_CMD__% %*)
+@echo Cannot start maven from wrapper >&2 && exit /b 1
+@GOTO :EOF
+: end batch / begin powershell #>
+
+$ErrorActionPreference = "Stop"
+if ($env:MVNW_VERBOSE -eq "true") {
+ $VerbosePreference = "Continue"
+}
+
+# calculate distributionUrl, requires .mvn/wrapper/maven-wrapper.properties
+$distributionUrl = (Get-Content -Raw "$scriptDir/.mvn/wrapper/maven-wrapper.properties" | ConvertFrom-StringData).distributionUrl
+if (!$distributionUrl) {
+ Write-Error "cannot read distributionUrl property in $scriptDir/.mvn/wrapper/maven-wrapper.properties"
+}
+
+switch -wildcard -casesensitive ( $($distributionUrl -replace '^.*/','') ) {
+ "maven-mvnd-*" {
+ $USE_MVND = $true
+ $distributionUrl = $distributionUrl -replace '-bin\.[^.]*$',"-windows-amd64.zip"
+ $MVN_CMD = "mvnd.cmd"
+ break
+ }
+ default {
+ $USE_MVND = $false
+ $MVN_CMD = $script -replace '^mvnw','mvn'
+ break
+ }
+}
+
+# apply MVNW_REPOURL and calculate MAVEN_HOME
+# maven home pattern: ~/.m2/wrapper/dists/{apache-maven-,maven-mvnd--}/
+if ($env:MVNW_REPOURL) {
+ $MVNW_REPO_PATTERN = if ($USE_MVND) { "/org/apache/maven/" } else { "/maven/mvnd/" }
+ $distributionUrl = "$env:MVNW_REPOURL$MVNW_REPO_PATTERN$($distributionUrl -replace '^.*'+$MVNW_REPO_PATTERN,'')"
+}
+$distributionUrlName = $distributionUrl -replace '^.*/',''
+$distributionUrlNameMain = $distributionUrlName -replace '\.[^.]*$','' -replace '-bin$',''
+$MAVEN_HOME_PARENT = "$HOME/.m2/wrapper/dists/$distributionUrlNameMain"
+if ($env:MAVEN_USER_HOME) {
+ $MAVEN_HOME_PARENT = "$env:MAVEN_USER_HOME/wrapper/dists/$distributionUrlNameMain"
+}
+$MAVEN_HOME_NAME = ([System.Security.Cryptography.MD5]::Create().ComputeHash([byte[]][char[]]$distributionUrl) | ForEach-Object {$_.ToString("x2")}) -join ''
+$MAVEN_HOME = "$MAVEN_HOME_PARENT/$MAVEN_HOME_NAME"
+
+if (Test-Path -Path "$MAVEN_HOME" -PathType Container) {
+ Write-Verbose "found existing MAVEN_HOME at $MAVEN_HOME"
+ Write-Output "MVN_CMD=$MAVEN_HOME/bin/$MVN_CMD"
+ exit $?
+}
+
+if (! $distributionUrlNameMain -or ($distributionUrlName -eq $distributionUrlNameMain)) {
+ Write-Error "distributionUrl is not valid, must end with *-bin.zip, but found $distributionUrl"
+}
+
+# prepare tmp dir
+$TMP_DOWNLOAD_DIR_HOLDER = New-TemporaryFile
+$TMP_DOWNLOAD_DIR = New-Item -Itemtype Directory -Path "$TMP_DOWNLOAD_DIR_HOLDER.dir"
+$TMP_DOWNLOAD_DIR_HOLDER.Delete() | Out-Null
+trap {
+ if ($TMP_DOWNLOAD_DIR.Exists) {
+ try { Remove-Item $TMP_DOWNLOAD_DIR -Recurse -Force | Out-Null }
+ catch { Write-Warning "Cannot remove $TMP_DOWNLOAD_DIR" }
+ }
+}
+
+New-Item -Itemtype Directory -Path "$MAVEN_HOME_PARENT" -Force | Out-Null
+
+# Download and Install Apache Maven
+Write-Verbose "Couldn't find MAVEN_HOME, downloading and installing it ..."
+Write-Verbose "Downloading from: $distributionUrl"
+Write-Verbose "Downloading to: $TMP_DOWNLOAD_DIR/$distributionUrlName"
+
+$webclient = New-Object System.Net.WebClient
+if ($env:MVNW_USERNAME -and $env:MVNW_PASSWORD) {
+ $webclient.Credentials = New-Object System.Net.NetworkCredential($env:MVNW_USERNAME, $env:MVNW_PASSWORD)
+}
+[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
+$webclient.DownloadFile($distributionUrl, "$TMP_DOWNLOAD_DIR/$distributionUrlName") | Out-Null
+
+# If specified, validate the SHA-256 sum of the Maven distribution zip file
+$distributionSha256Sum = (Get-Content -Raw "$scriptDir/.mvn/wrapper/maven-wrapper.properties" | ConvertFrom-StringData).distributionSha256Sum
+if ($distributionSha256Sum) {
+ if ($USE_MVND) {
+ Write-Error "Checksum validation is not supported for maven-mvnd. `nPlease disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties."
+ }
+ Import-Module $PSHOME\Modules\Microsoft.PowerShell.Utility -Function Get-FileHash
+ if ((Get-FileHash "$TMP_DOWNLOAD_DIR/$distributionUrlName" -Algorithm SHA256).Hash.ToLower() -ne $distributionSha256Sum) {
+ Write-Error "Error: Failed to validate Maven distribution SHA-256, your Maven distribution might be compromised. If you updated your Maven version, you need to update the specified distributionSha256Sum property."
+ }
+}
+
+# unzip and move
+Expand-Archive "$TMP_DOWNLOAD_DIR/$distributionUrlName" -DestinationPath "$TMP_DOWNLOAD_DIR" | Out-Null
+Rename-Item -Path "$TMP_DOWNLOAD_DIR/$distributionUrlNameMain" -NewName $MAVEN_HOME_NAME | Out-Null
+try {
+ Move-Item -Path "$TMP_DOWNLOAD_DIR/$MAVEN_HOME_NAME" -Destination $MAVEN_HOME_PARENT | Out-Null
+} catch {
+ if (! (Test-Path -Path "$MAVEN_HOME" -PathType Container)) {
+ Write-Error "fail to move MAVEN_HOME"
+ }
+} finally {
+ try { Remove-Item $TMP_DOWNLOAD_DIR -Recurse -Force | Out-Null }
+ catch { Write-Warning "Cannot remove $TMP_DOWNLOAD_DIR" }
+}
+
+Write-Output "MVN_CMD=$MAVEN_HOME/bin/$MVN_CMD"
diff --git a/gold-system/demo/commons/pom.xml b/gold-system/demo/commons/pom.xml
new file mode 100644
index 0000000..faa4326
--- /dev/null
+++ b/gold-system/demo/commons/pom.xml
@@ -0,0 +1,67 @@
+
+
+ 4.0.0
+
+ com.example
+ commons
+ 0.0.1
+ commons
+ commons
+
+
+ com.example
+ demo
+ 0.0.1
+
+
+
+
+
+ org.mybatis.spring.boot
+ mybatis-spring-boot-starter
+ 3.0.3
+
+
+
+ org.springframework.boot
+ spring-boot-devtools
+ runtime
+ true
+
+
+ com.mysql
+ mysql-connector-j
+ runtime
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ org.mybatis.spring.boot
+ mybatis-spring-boot-starter-test
+ 3.0.3
+ test
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ org.projectlombok
+ lombok
+
+
+
+
+
+
+
+
diff --git a/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/Activity.java b/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/Activity.java
new file mode 100644
index 0000000..7941b6d
--- /dev/null
+++ b/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/Activity.java
@@ -0,0 +1,25 @@
+package com.example.commons.domain.entity;
+
+import lombok.Data;
+
+import java.math.BigDecimal;
+import java.time.LocalDate;
+import java.time.LocalDateTime;
+
+@Data
+
+public class Activity {
+ private int activityId ;
+ private int adminId;
+ private String dept;
+ private LocalDate startTime;
+ private LocalDate endTime;
+ private String activityName;
+ private BigDecimal rechargeRatio;
+ private LocalDateTime createTime;
+ private int activityFlag;
+
+ private String name;
+ private Integer status;
+
+}
diff --git a/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/Admin.java b/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/Admin.java
new file mode 100644
index 0000000..e3f2546
--- /dev/null
+++ b/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/Admin.java
@@ -0,0 +1,25 @@
+package com.example.commons.domain.entity;
+
+import com.fasterxml.jackson.annotation.JsonFormat;
+import lombok.Data;
+import lombok.NoArgsConstructor;
+import org.springframework.format.annotation.DateTimeFormat;
+
+import java.util.Date;
+
+@Data
+@NoArgsConstructor
+public class Admin {
+ private Integer adminId;
+ private String name;
+ private String username;
+ private String password;
+ private String permission;
+ private String area;
+ private String adminFlag;
+ private Integer status;
+ private String reson;
+ @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
+ @DateTimeFormat(pattern = "yyyy-MM-dd")
+ private Date createTime;
+}
diff --git a/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/Audit.java b/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/Audit.java
new file mode 100644
index 0000000..ade5b3f
--- /dev/null
+++ b/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/Audit.java
@@ -0,0 +1,25 @@
+package com.example.commons.domain.entity;
+
+import com.fasterxml.jackson.annotation.JsonFormat;
+import lombok.Data;
+import lombok.NoArgsConstructor;
+import org.springframework.format.annotation.DateTimeFormat;
+
+import java.util.Date;
+
+@Data
+@NoArgsConstructor
+public class Audit {
+ private Integer auditId;
+ private Integer homilyId;
+ private Integer rechargeId;
+ private Integer refundId;
+ private String name;
+ private String status;
+ private Integer AuditFlag;
+ @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
+ @DateTimeFormat(pattern = "yyyy-MM-dd")
+ private Date createTime;
+ private Date startDate;
+ private Date endDate;
+}
diff --git a/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/Detail.java b/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/Detail.java
new file mode 100644
index 0000000..f249543
--- /dev/null
+++ b/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/Detail.java
@@ -0,0 +1,44 @@
+package com.example.commons.domain.entity;
+
+import com.fasterxml.jackson.annotation.JsonFormat;
+import lombok.Data;
+import lombok.NoArgsConstructor;
+import org.apache.catalina.util.StringUtil;
+import org.springframework.format.annotation.DateTimeFormat;
+
+import java.math.BigDecimal;
+import java.util.Date;
+
+@Data
+@NoArgsConstructor
+public class Detail {
+ private Integer detailId;
+ private String name;
+ private String jwcode;
+ private String area;
+ private Integer activityId;
+ private String rechargeWay;
+ private String goods;
+ private String consumePlatform;
+ private String consumeType;
+ private String refundType;
+ private String refundGoods;
+ private Integer contactId;
+ private String remark;
+ private BigDecimal rechargeCoin;
+ private BigDecimal freeCoin;
+ private BigDecimal taskCoin;
+ private Integer adminId;
+ private String updateType;
+ private Integer detailFlag;
+ @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
+ @DateTimeFormat(pattern = "yyyy-MM-dd")
+ private Date createTime;
+
+ private String adminArea;
+ private String adminName;
+ private String userName;
+ private String auditStatus;
+ private String auditReson;
+
+}
diff --git a/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/Page.java b/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/Page.java
new file mode 100644
index 0000000..e540871
--- /dev/null
+++ b/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/Page.java
@@ -0,0 +1,13 @@
+package com.example.commons.domain.entity;
+
+import lombok.Data;
+
+@Data
+public class Page {
+ private Integer pageNum;
+ private Integer pageSize;
+
+ private Rate rate;
+ private Detail detail;
+ private Activity activity;
+}
diff --git a/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/Rate.java b/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/Rate.java
new file mode 100644
index 0000000..58945dc
--- /dev/null
+++ b/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/Rate.java
@@ -0,0 +1,27 @@
+package com.example.commons.domain.entity;
+
+import com.fasterxml.jackson.annotation.JsonFormat;
+import lombok.Data;
+import lombok.NoArgsConstructor;
+
+import java.time.LocalDate;
+import java.time.LocalDateTime;
+import java.util.Date;
+
+@Data
+@NoArgsConstructor
+public class Rate {
+ private Integer rateId;
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+ private LocalDateTime startTime;
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+ private LocalDateTime endTime;
+ private String currency;
+ private String exchangeRate;
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+ private LocalDateTime createTime;
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+ private LocalDateTime updateTime;
+
+ private Integer adminId;
+}
diff --git a/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/RateSearchRequest.java b/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/RateSearchRequest.java
new file mode 100644
index 0000000..ee7e318
--- /dev/null
+++ b/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/RateSearchRequest.java
@@ -0,0 +1,10 @@
+package com.example.commons.domain.entity;
+
+import lombok.Data;
+
+@Data
+public class RateSearchRequest {
+ private Integer pageNum;
+ private Integer pageSize;
+ private Rate rate;
+}
diff --git a/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/Recharge.java b/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/Recharge.java
new file mode 100644
index 0000000..181a7f0
--- /dev/null
+++ b/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/Recharge.java
@@ -0,0 +1,34 @@
+package com.example.commons.domain.entity;
+
+import com.fasterxml.jackson.annotation.JsonFormat;
+import lombok.Data;
+import lombok.NoArgsConstructor;
+import org.springframework.format.annotation.DateTimeFormat;
+
+import java.util.Date;
+
+@Data
+@NoArgsConstructor
+public class Recharge {
+ private Integer rechargeId;
+ private String homilyId;
+ private Integer activityId;
+ private Double paidGold;
+ private Double freeGold;
+ private Double rechargeGold;
+ private String payWay;
+ private String rechargeWay;
+ private Date rechargeTime;
+ private String rechargeVoucher;
+ private Integer adminId;
+ private String area;
+
+ private String remark;
+ private Integer flag;
+ @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
+ @DateTimeFormat(pattern = "yyyy-MM-dd")
+ private Date createTime;
+ private Date startDate;
+ private Date endDate;
+
+}
diff --git a/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/User.java b/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/User.java
new file mode 100644
index 0000000..bb79db0
--- /dev/null
+++ b/gold-system/demo/commons/src/main/java/com/example/commons/domain/entity/User.java
@@ -0,0 +1,27 @@
+package com.example.commons.domain.entity;
+
+import com.fasterxml.jackson.annotation.JsonFormat;
+import lombok.Data;
+import lombok.NoArgsConstructor;
+import org.springframework.format.annotation.DateTimeFormat;
+
+import java.util.Date;
+
+@Data
+@NoArgsConstructor
+public class User {
+ private Integer userId;
+ private String name;
+ private String homilyId;
+ private String password;
+ private String phone;
+ private String email;
+ private String gender;
+ private Date birthday;
+ private String head;
+ private Integer UserFlag;
+ @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
+ @DateTimeFormat(pattern = "yyyy-MM-dd")
+ private Date createTime;
+ private String signature;
+}
diff --git a/gold-system/demo/commons/src/main/java/com/example/commons/domain/vo/RechargeVo.java b/gold-system/demo/commons/src/main/java/com/example/commons/domain/vo/RechargeVo.java
new file mode 100644
index 0000000..f2e6d60
--- /dev/null
+++ b/gold-system/demo/commons/src/main/java/com/example/commons/domain/vo/RechargeVo.java
@@ -0,0 +1,38 @@
+package com.example.commons.domain.vo;
+
+import com.fasterxml.jackson.annotation.JsonFormat;
+import lombok.Data;
+import lombok.NoArgsConstructor;
+import org.springframework.format.annotation.DateTimeFormat;
+
+import java.util.Date;
+@Data
+@NoArgsConstructor
+public class RechargeVo {
+
+ private Integer rechargeId;
+ private String homilyId;
+ private Integer activityId;
+ private Double paidGold;
+ private Double freeGold;
+ private Double rechargeGold;
+ private String payWay;
+ private String rechargeWay;
+ private Date rechargeTime;
+ private String rechargeVoucher;
+ private Integer adminId;
+ private String area;
+
+ private String remark;
+ private Integer flag;
+ @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
+ @DateTimeFormat(pattern = "yyyy-MM-dd")
+ private Date createTime;
+ private Date startDate;
+ private Date endDate;
+ private String username;
+ private String activityName;
+ private String name;
+ private Integer status;
+ private String reson;
+}
\ No newline at end of file
diff --git a/gold-system/demo/commons/src/main/java/com/example/commons/domain/vo/Result.java b/gold-system/demo/commons/src/main/java/com/example/commons/domain/vo/Result.java
new file mode 100644
index 0000000..dda1825
--- /dev/null
+++ b/gold-system/demo/commons/src/main/java/com/example/commons/domain/vo/Result.java
@@ -0,0 +1,44 @@
+package com.example.commons.domain.vo;
+
+import com.fasterxml.jackson.core.JsonProcessingException;
+import com.fasterxml.jackson.databind.ObjectMapper;
+import lombok.AllArgsConstructor;
+import lombok.Data;
+import lombok.NoArgsConstructor;
+
+@Data
+@NoArgsConstructor
+@AllArgsConstructor
+public class Result {
+ private Integer code;
+ private String msg;
+ private Object data;
+
+ public static Result success(Integer code, String msg, Object data) {
+ return new Result(code, msg, data);
+ }
+ public static Result success(Integer code, Object data) {
+ return success(code, "操作成功", data);
+ }
+ public static Result success(Object data){
+ return success(200, data);
+ }
+ public static Result success(){
+ return success(null);
+ }
+
+ public static Result error(Integer code, String msg, Object data){
+ return new Result(code, msg, data);
+ }
+ public static Result error(Integer code, String msg){
+ return error(code, msg, null);
+ }
+ public static Result error(String msg){
+ return error(0, msg);
+ }
+
+ public String toJson() throws JsonProcessingException {
+ ObjectMapper mapper = new ObjectMapper();
+ return mapper.writeValueAsString(this);
+ }
+}
diff --git a/gold-system/demo/commons/src/main/java/com/example/commons/sevice/ActivityService.java b/gold-system/demo/commons/src/main/java/com/example/commons/sevice/ActivityService.java
new file mode 100644
index 0000000..a280b6e
--- /dev/null
+++ b/gold-system/demo/commons/src/main/java/com/example/commons/sevice/ActivityService.java
@@ -0,0 +1,17 @@
+package com.example.commons.sevice;
+
+
+
+import com.example.commons.domain.entity.Activity;
+
+import java.util.List;
+
+public interface ActivityService {
+
+ int add(Activity activity);
+
+ int edit(Activity activity);
+
+ List search(Activity activity);
+
+}
diff --git a/gold-system/demo/commons/src/main/java/com/example/commons/sevice/AuditService.java b/gold-system/demo/commons/src/main/java/com/example/commons/sevice/AuditService.java
new file mode 100644
index 0000000..1a544f6
--- /dev/null
+++ b/gold-system/demo/commons/src/main/java/com/example/commons/sevice/AuditService.java
@@ -0,0 +1,14 @@
+package com.example.commons.sevice;
+
+import com.example.commons.domain.entity.Audit;
+import com.example.commons.domain.entity.Recharge;
+import com.github.pagehelper.PageInfo;
+
+import java.util.List;
+
+public interface AuditService {
+ int add (Audit audit);
+ List search(Audit audit) ;
+ PageInfo searchForPage(Integer pageNum, Integer pageSize, Audit audit);
+}
+
diff --git a/gold-system/demo/commons/src/main/java/com/example/commons/sevice/RateService.java b/gold-system/demo/commons/src/main/java/com/example/commons/sevice/RateService.java
new file mode 100644
index 0000000..2892ae5
--- /dev/null
+++ b/gold-system/demo/commons/src/main/java/com/example/commons/sevice/RateService.java
@@ -0,0 +1,16 @@
+package com.example.commons.sevice;
+
+import com.example.commons.domain.entity.Rate;
+import com.github.pagehelper.PageInfo;
+
+
+import java.util.List;
+
+public interface RateService {
+ int add(Rate rate) throws Exception;
+ int edit(Rate rate) ;
+ void delete(Integer rateId) throws Exception;
+ Rate getById(Integer rateId);
+ List search(Rate rate);
+ PageInfo searchForPage(Integer pageNum, Integer pageSize,Rate rate);
+}
diff --git a/gold-system/demo/commons/src/main/java/com/example/commons/sevice/RechargeService.java b/gold-system/demo/commons/src/main/java/com/example/commons/sevice/RechargeService.java
new file mode 100644
index 0000000..3aab55a
--- /dev/null
+++ b/gold-system/demo/commons/src/main/java/com/example/commons/sevice/RechargeService.java
@@ -0,0 +1,16 @@
+package com.example.commons.sevice;
+
+import com.example.commons.domain.entity.Recharge;
+import com.example.commons.domain.vo.RechargeVo;
+import com.github.pagehelper.PageInfo;
+
+import java.util.List;
+
+public interface RechargeService {
+ int add(Recharge recharge) throws Exception;
+ int edit(Recharge recharge) throws Exception;
+
+ Recharge findById(int id) throws Exception;
+ List search(RechargeVo rechargeVo) ;
+ PageInfo searchForPage(Integer pageNum, Integer pageSize, RechargeVo rechargeVo);
+}
diff --git a/gold-system/demo/commons/src/main/java/com/example/commons/sevice/RefundService.java b/gold-system/demo/commons/src/main/java/com/example/commons/sevice/RefundService.java
new file mode 100644
index 0000000..2e19829
--- /dev/null
+++ b/gold-system/demo/commons/src/main/java/com/example/commons/sevice/RefundService.java
@@ -0,0 +1,19 @@
+package com.example.commons.sevice;
+
+import com.example.commons.domain.entity.Detail;
+import com.github.pagehelper.PageHelper;
+import com.github.pagehelper.PageInfo;
+import org.springframework.stereotype.Service;
+
+import java.util.List;
+
+@Service
+public interface RefundService {
+ int add(Detail detail) ;
+ void edit(Detail newDetail) ;
+ int softDelete(Integer detailId) ;
+ Detail selectByDetailId(Integer detailId);
+ List search(Detail detail);
+ PageInfo searchForPage(Integer pageNum, Integer pageSize, Detail detail);
+
+}
diff --git a/gold-system/demo/commons/src/main/java/com/example/commons/sevice/UserSevice.java b/gold-system/demo/commons/src/main/java/com/example/commons/sevice/UserSevice.java
new file mode 100644
index 0000000..c0a7999
--- /dev/null
+++ b/gold-system/demo/commons/src/main/java/com/example/commons/sevice/UserSevice.java
@@ -0,0 +1,13 @@
+package com.example.commons.sevice;
+
+import com.example.commons.domain.entity.Recharge;
+import com.example.commons.domain.entity.User;
+import com.github.pagehelper.PageInfo;
+
+import java.util.List;
+
+public interface UserSevice {
+ List search(User user) ;
+ PageInfo searchForPage(Integer pageNum, Integer pageSize, User User);
+
+}
diff --git a/gold-system/demo/commons/src/test/java/com/example/commons/CommonsApplicationTests.java b/gold-system/demo/commons/src/test/java/com/example/commons/CommonsApplicationTests.java
new file mode 100644
index 0000000..05fa8b4
--- /dev/null
+++ b/gold-system/demo/commons/src/test/java/com/example/commons/CommonsApplicationTests.java
@@ -0,0 +1,13 @@
+package com.example.commons;
+
+import org.junit.jupiter.api.Test;
+import org.springframework.boot.test.context.SpringBootTest;
+
+@SpringBootTest
+class CommonsApplicationTests {
+
+ @Test
+ void contextLoads() {
+ }
+
+}
diff --git a/gold-system/demo/mvnw b/gold-system/demo/mvnw
new file mode 100644
index 0000000..19529dd
--- /dev/null
+++ b/gold-system/demo/mvnw
@@ -0,0 +1,259 @@
+#!/bin/sh
+# ----------------------------------------------------------------------------
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+# ----------------------------------------------------------------------------
+
+# ----------------------------------------------------------------------------
+# Apache Maven Wrapper startup batch script, version 3.3.2
+#
+# Optional ENV vars
+# -----------------
+# JAVA_HOME - location of a JDK home dir, required when download maven via java source
+# MVNW_REPOURL - repo url base for downloading maven distribution
+# MVNW_USERNAME/MVNW_PASSWORD - user and password for downloading maven
+# MVNW_VERBOSE - true: enable verbose log; debug: trace the mvnw script; others: silence the output
+# ----------------------------------------------------------------------------
+
+set -euf
+[ "${MVNW_VERBOSE-}" != debug ] || set -x
+
+# OS specific support.
+native_path() { printf %s\\n "$1"; }
+case "$(uname)" in
+CYGWIN* | MINGW*)
+ [ -z "${JAVA_HOME-}" ] || JAVA_HOME="$(cygpath --unix "$JAVA_HOME")"
+ native_path() { cygpath --path --windows "$1"; }
+ ;;
+esac
+
+# set JAVACMD and JAVACCMD
+set_java_home() {
+ # For Cygwin and MinGW, ensure paths are in Unix format before anything is touched
+ if [ -n "${JAVA_HOME-}" ]; then
+ if [ -x "$JAVA_HOME/jre/sh/java" ]; then
+ # IBM's JDK on AIX uses strange locations for the executables
+ JAVACMD="$JAVA_HOME/jre/sh/java"
+ JAVACCMD="$JAVA_HOME/jre/sh/javac"
+ else
+ JAVACMD="$JAVA_HOME/bin/java"
+ JAVACCMD="$JAVA_HOME/bin/javac"
+
+ if [ ! -x "$JAVACMD" ] || [ ! -x "$JAVACCMD" ]; then
+ echo "The JAVA_HOME environment variable is not defined correctly, so mvnw cannot run." >&2
+ echo "JAVA_HOME is set to \"$JAVA_HOME\", but \"\$JAVA_HOME/bin/java\" or \"\$JAVA_HOME/bin/javac\" does not exist." >&2
+ return 1
+ fi
+ fi
+ else
+ JAVACMD="$(
+ 'set' +e
+ 'unset' -f command 2>/dev/null
+ 'command' -v java
+ )" || :
+ JAVACCMD="$(
+ 'set' +e
+ 'unset' -f command 2>/dev/null
+ 'command' -v javac
+ )" || :
+
+ if [ ! -x "${JAVACMD-}" ] || [ ! -x "${JAVACCMD-}" ]; then
+ echo "The java/javac command does not exist in PATH nor is JAVA_HOME set, so mvnw cannot run." >&2
+ return 1
+ fi
+ fi
+}
+
+# hash string like Java String::hashCode
+hash_string() {
+ str="${1:-}" h=0
+ while [ -n "$str" ]; do
+ char="${str%"${str#?}"}"
+ h=$(((h * 31 + $(LC_CTYPE=C printf %d "'$char")) % 4294967296))
+ str="${str#?}"
+ done
+ printf %x\\n $h
+}
+
+verbose() { :; }
+[ "${MVNW_VERBOSE-}" != true ] || verbose() { printf %s\\n "${1-}"; }
+
+die() {
+ printf %s\\n "$1" >&2
+ exit 1
+}
+
+trim() {
+ # MWRAPPER-139:
+ # Trims trailing and leading whitespace, carriage returns, tabs, and linefeeds.
+ # Needed for removing poorly interpreted newline sequences when running in more
+ # exotic environments such as mingw bash on Windows.
+ printf "%s" "${1}" | tr -d '[:space:]'
+}
+
+# parse distributionUrl and optional distributionSha256Sum, requires .mvn/wrapper/maven-wrapper.properties
+while IFS="=" read -r key value; do
+ case "${key-}" in
+ distributionUrl) distributionUrl=$(trim "${value-}") ;;
+ distributionSha256Sum) distributionSha256Sum=$(trim "${value-}") ;;
+ esac
+done <"${0%/*}/.mvn/wrapper/maven-wrapper.properties"
+[ -n "${distributionUrl-}" ] || die "cannot read distributionUrl property in ${0%/*}/.mvn/wrapper/maven-wrapper.properties"
+
+case "${distributionUrl##*/}" in
+maven-mvnd-*bin.*)
+ MVN_CMD=mvnd.sh _MVNW_REPO_PATTERN=/maven/mvnd/
+ case "${PROCESSOR_ARCHITECTURE-}${PROCESSOR_ARCHITEW6432-}:$(uname -a)" in
+ *AMD64:CYGWIN* | *AMD64:MINGW*) distributionPlatform=windows-amd64 ;;
+ :Darwin*x86_64) distributionPlatform=darwin-amd64 ;;
+ :Darwin*arm64) distributionPlatform=darwin-aarch64 ;;
+ :Linux*x86_64*) distributionPlatform=linux-amd64 ;;
+ *)
+ echo "Cannot detect native platform for mvnd on $(uname)-$(uname -m), use pure java version" >&2
+ distributionPlatform=linux-amd64
+ ;;
+ esac
+ distributionUrl="${distributionUrl%-bin.*}-$distributionPlatform.zip"
+ ;;
+maven-mvnd-*) MVN_CMD=mvnd.sh _MVNW_REPO_PATTERN=/maven/mvnd/ ;;
+*) MVN_CMD="mvn${0##*/mvnw}" _MVNW_REPO_PATTERN=/org/apache/maven/ ;;
+esac
+
+# apply MVNW_REPOURL and calculate MAVEN_HOME
+# maven home pattern: ~/.m2/wrapper/dists/{apache-maven-,maven-mvnd--}/
+[ -z "${MVNW_REPOURL-}" ] || distributionUrl="$MVNW_REPOURL$_MVNW_REPO_PATTERN${distributionUrl#*"$_MVNW_REPO_PATTERN"}"
+distributionUrlName="${distributionUrl##*/}"
+distributionUrlNameMain="${distributionUrlName%.*}"
+distributionUrlNameMain="${distributionUrlNameMain%-bin}"
+MAVEN_USER_HOME="${MAVEN_USER_HOME:-${HOME}/.m2}"
+MAVEN_HOME="${MAVEN_USER_HOME}/wrapper/dists/${distributionUrlNameMain-}/$(hash_string "$distributionUrl")"
+
+exec_maven() {
+ unset MVNW_VERBOSE MVNW_USERNAME MVNW_PASSWORD MVNW_REPOURL || :
+ exec "$MAVEN_HOME/bin/$MVN_CMD" "$@" || die "cannot exec $MAVEN_HOME/bin/$MVN_CMD"
+}
+
+if [ -d "$MAVEN_HOME" ]; then
+ verbose "found existing MAVEN_HOME at $MAVEN_HOME"
+ exec_maven "$@"
+fi
+
+case "${distributionUrl-}" in
+*?-bin.zip | *?maven-mvnd-?*-?*.zip) ;;
+*) die "distributionUrl is not valid, must match *-bin.zip or maven-mvnd-*.zip, but found '${distributionUrl-}'" ;;
+esac
+
+# prepare tmp dir
+if TMP_DOWNLOAD_DIR="$(mktemp -d)" && [ -d "$TMP_DOWNLOAD_DIR" ]; then
+ clean() { rm -rf -- "$TMP_DOWNLOAD_DIR"; }
+ trap clean HUP INT TERM EXIT
+else
+ die "cannot create temp dir"
+fi
+
+mkdir -p -- "${MAVEN_HOME%/*}"
+
+# Download and Install Apache Maven
+verbose "Couldn't find MAVEN_HOME, downloading and installing it ..."
+verbose "Downloading from: $distributionUrl"
+verbose "Downloading to: $TMP_DOWNLOAD_DIR/$distributionUrlName"
+
+# select .zip or .tar.gz
+if ! command -v unzip >/dev/null; then
+ distributionUrl="${distributionUrl%.zip}.tar.gz"
+ distributionUrlName="${distributionUrl##*/}"
+fi
+
+# verbose opt
+__MVNW_QUIET_WGET=--quiet __MVNW_QUIET_CURL=--silent __MVNW_QUIET_UNZIP=-q __MVNW_QUIET_TAR=''
+[ "${MVNW_VERBOSE-}" != true ] || __MVNW_QUIET_WGET='' __MVNW_QUIET_CURL='' __MVNW_QUIET_UNZIP='' __MVNW_QUIET_TAR=v
+
+# normalize http auth
+case "${MVNW_PASSWORD:+has-password}" in
+'') MVNW_USERNAME='' MVNW_PASSWORD='' ;;
+has-password) [ -n "${MVNW_USERNAME-}" ] || MVNW_USERNAME='' MVNW_PASSWORD='' ;;
+esac
+
+if [ -z "${MVNW_USERNAME-}" ] && command -v wget >/dev/null; then
+ verbose "Found wget ... using wget"
+ wget ${__MVNW_QUIET_WGET:+"$__MVNW_QUIET_WGET"} "$distributionUrl" -O "$TMP_DOWNLOAD_DIR/$distributionUrlName" || die "wget: Failed to fetch $distributionUrl"
+elif [ -z "${MVNW_USERNAME-}" ] && command -v curl >/dev/null; then
+ verbose "Found curl ... using curl"
+ curl ${__MVNW_QUIET_CURL:+"$__MVNW_QUIET_CURL"} -f -L -o "$TMP_DOWNLOAD_DIR/$distributionUrlName" "$distributionUrl" || die "curl: Failed to fetch $distributionUrl"
+elif set_java_home; then
+ verbose "Falling back to use Java to download"
+ javaSource="$TMP_DOWNLOAD_DIR/Downloader.java"
+ targetZip="$TMP_DOWNLOAD_DIR/$distributionUrlName"
+ cat >"$javaSource" <<-END
+ public class Downloader extends java.net.Authenticator
+ {
+ protected java.net.PasswordAuthentication getPasswordAuthentication()
+ {
+ return new java.net.PasswordAuthentication( System.getenv( "MVNW_USERNAME" ), System.getenv( "MVNW_PASSWORD" ).toCharArray() );
+ }
+ public static void main( String[] args ) throws Exception
+ {
+ setDefault( new Downloader() );
+ java.nio.file.Files.copy( java.net.URI.create( args[0] ).toURL().openStream(), java.nio.file.Paths.get( args[1] ).toAbsolutePath().normalize() );
+ }
+ }
+ END
+ # For Cygwin/MinGW, switch paths to Windows format before running javac and java
+ verbose " - Compiling Downloader.java ..."
+ "$(native_path "$JAVACCMD")" "$(native_path "$javaSource")" || die "Failed to compile Downloader.java"
+ verbose " - Running Downloader.java ..."
+ "$(native_path "$JAVACMD")" -cp "$(native_path "$TMP_DOWNLOAD_DIR")" Downloader "$distributionUrl" "$(native_path "$targetZip")"
+fi
+
+# If specified, validate the SHA-256 sum of the Maven distribution zip file
+if [ -n "${distributionSha256Sum-}" ]; then
+ distributionSha256Result=false
+ if [ "$MVN_CMD" = mvnd.sh ]; then
+ echo "Checksum validation is not supported for maven-mvnd." >&2
+ echo "Please disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties." >&2
+ exit 1
+ elif command -v sha256sum >/dev/null; then
+ if echo "$distributionSha256Sum $TMP_DOWNLOAD_DIR/$distributionUrlName" | sha256sum -c >/dev/null 2>&1; then
+ distributionSha256Result=true
+ fi
+ elif command -v shasum >/dev/null; then
+ if echo "$distributionSha256Sum $TMP_DOWNLOAD_DIR/$distributionUrlName" | shasum -a 256 -c >/dev/null 2>&1; then
+ distributionSha256Result=true
+ fi
+ else
+ echo "Checksum validation was requested but neither 'sha256sum' or 'shasum' are available." >&2
+ echo "Please install either command, or disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties." >&2
+ exit 1
+ fi
+ if [ $distributionSha256Result = false ]; then
+ echo "Error: Failed to validate Maven distribution SHA-256, your Maven distribution might be compromised." >&2
+ echo "If you updated your Maven version, you need to update the specified distributionSha256Sum property." >&2
+ exit 1
+ fi
+fi
+
+# unzip and move
+if command -v unzip >/dev/null; then
+ unzip ${__MVNW_QUIET_UNZIP:+"$__MVNW_QUIET_UNZIP"} "$TMP_DOWNLOAD_DIR/$distributionUrlName" -d "$TMP_DOWNLOAD_DIR" || die "failed to unzip"
+else
+ tar xzf${__MVNW_QUIET_TAR:+"$__MVNW_QUIET_TAR"} "$TMP_DOWNLOAD_DIR/$distributionUrlName" -C "$TMP_DOWNLOAD_DIR" || die "failed to untar"
+fi
+printf %s\\n "$distributionUrl" >"$TMP_DOWNLOAD_DIR/$distributionUrlNameMain/mvnw.url"
+mv -- "$TMP_DOWNLOAD_DIR/$distributionUrlNameMain" "$MAVEN_HOME" || [ -d "$MAVEN_HOME" ] || die "fail to move MAVEN_HOME"
+
+clean || :
+exec_maven "$@"
diff --git a/gold-system/demo/mvnw.cmd b/gold-system/demo/mvnw.cmd
new file mode 100644
index 0000000..249bdf3
--- /dev/null
+++ b/gold-system/demo/mvnw.cmd
@@ -0,0 +1,149 @@
+<# : batch portion
+@REM ----------------------------------------------------------------------------
+@REM Licensed to the Apache Software Foundation (ASF) under one
+@REM or more contributor license agreements. See the NOTICE file
+@REM distributed with this work for additional information
+@REM regarding copyright ownership. The ASF licenses this file
+@REM to you under the Apache License, Version 2.0 (the
+@REM "License"); you may not use this file except in compliance
+@REM with the License. You may obtain a copy of the License at
+@REM
+@REM http://www.apache.org/licenses/LICENSE-2.0
+@REM
+@REM Unless required by applicable law or agreed to in writing,
+@REM software distributed under the License is distributed on an
+@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+@REM KIND, either express or implied. See the License for the
+@REM specific language governing permissions and limitations
+@REM under the License.
+@REM ----------------------------------------------------------------------------
+
+@REM ----------------------------------------------------------------------------
+@REM Apache Maven Wrapper startup batch script, version 3.3.2
+@REM
+@REM Optional ENV vars
+@REM MVNW_REPOURL - repo url base for downloading maven distribution
+@REM MVNW_USERNAME/MVNW_PASSWORD - user and password for downloading maven
+@REM MVNW_VERBOSE - true: enable verbose log; others: silence the output
+@REM ----------------------------------------------------------------------------
+
+@IF "%__MVNW_ARG0_NAME__%"=="" (SET __MVNW_ARG0_NAME__=%~nx0)
+@SET __MVNW_CMD__=
+@SET __MVNW_ERROR__=
+@SET __MVNW_PSMODULEP_SAVE=%PSModulePath%
+@SET PSModulePath=
+@FOR /F "usebackq tokens=1* delims==" %%A IN (`powershell -noprofile "& {$scriptDir='%~dp0'; $script='%__MVNW_ARG0_NAME__%'; icm -ScriptBlock ([Scriptblock]::Create((Get-Content -Raw '%~f0'))) -NoNewScope}"`) DO @(
+ IF "%%A"=="MVN_CMD" (set __MVNW_CMD__=%%B) ELSE IF "%%B"=="" (echo %%A) ELSE (echo %%A=%%B)
+)
+@SET PSModulePath=%__MVNW_PSMODULEP_SAVE%
+@SET __MVNW_PSMODULEP_SAVE=
+@SET __MVNW_ARG0_NAME__=
+@SET MVNW_USERNAME=
+@SET MVNW_PASSWORD=
+@IF NOT "%__MVNW_CMD__%"=="" (%__MVNW_CMD__% %*)
+@echo Cannot start maven from wrapper >&2 && exit /b 1
+@GOTO :EOF
+: end batch / begin powershell #>
+
+$ErrorActionPreference = "Stop"
+if ($env:MVNW_VERBOSE -eq "true") {
+ $VerbosePreference = "Continue"
+}
+
+# calculate distributionUrl, requires .mvn/wrapper/maven-wrapper.properties
+$distributionUrl = (Get-Content -Raw "$scriptDir/.mvn/wrapper/maven-wrapper.properties" | ConvertFrom-StringData).distributionUrl
+if (!$distributionUrl) {
+ Write-Error "cannot read distributionUrl property in $scriptDir/.mvn/wrapper/maven-wrapper.properties"
+}
+
+switch -wildcard -casesensitive ( $($distributionUrl -replace '^.*/','') ) {
+ "maven-mvnd-*" {
+ $USE_MVND = $true
+ $distributionUrl = $distributionUrl -replace '-bin\.[^.]*$',"-windows-amd64.zip"
+ $MVN_CMD = "mvnd.cmd"
+ break
+ }
+ default {
+ $USE_MVND = $false
+ $MVN_CMD = $script -replace '^mvnw','mvn'
+ break
+ }
+}
+
+# apply MVNW_REPOURL and calculate MAVEN_HOME
+# maven home pattern: ~/.m2/wrapper/dists/{apache-maven-,maven-mvnd--}/
+if ($env:MVNW_REPOURL) {
+ $MVNW_REPO_PATTERN = if ($USE_MVND) { "/org/apache/maven/" } else { "/maven/mvnd/" }
+ $distributionUrl = "$env:MVNW_REPOURL$MVNW_REPO_PATTERN$($distributionUrl -replace '^.*'+$MVNW_REPO_PATTERN,'')"
+}
+$distributionUrlName = $distributionUrl -replace '^.*/',''
+$distributionUrlNameMain = $distributionUrlName -replace '\.[^.]*$','' -replace '-bin$',''
+$MAVEN_HOME_PARENT = "$HOME/.m2/wrapper/dists/$distributionUrlNameMain"
+if ($env:MAVEN_USER_HOME) {
+ $MAVEN_HOME_PARENT = "$env:MAVEN_USER_HOME/wrapper/dists/$distributionUrlNameMain"
+}
+$MAVEN_HOME_NAME = ([System.Security.Cryptography.MD5]::Create().ComputeHash([byte[]][char[]]$distributionUrl) | ForEach-Object {$_.ToString("x2")}) -join ''
+$MAVEN_HOME = "$MAVEN_HOME_PARENT/$MAVEN_HOME_NAME"
+
+if (Test-Path -Path "$MAVEN_HOME" -PathType Container) {
+ Write-Verbose "found existing MAVEN_HOME at $MAVEN_HOME"
+ Write-Output "MVN_CMD=$MAVEN_HOME/bin/$MVN_CMD"
+ exit $?
+}
+
+if (! $distributionUrlNameMain -or ($distributionUrlName -eq $distributionUrlNameMain)) {
+ Write-Error "distributionUrl is not valid, must end with *-bin.zip, but found $distributionUrl"
+}
+
+# prepare tmp dir
+$TMP_DOWNLOAD_DIR_HOLDER = New-TemporaryFile
+$TMP_DOWNLOAD_DIR = New-Item -Itemtype Directory -Path "$TMP_DOWNLOAD_DIR_HOLDER.dir"
+$TMP_DOWNLOAD_DIR_HOLDER.Delete() | Out-Null
+trap {
+ if ($TMP_DOWNLOAD_DIR.Exists) {
+ try { Remove-Item $TMP_DOWNLOAD_DIR -Recurse -Force | Out-Null }
+ catch { Write-Warning "Cannot remove $TMP_DOWNLOAD_DIR" }
+ }
+}
+
+New-Item -Itemtype Directory -Path "$MAVEN_HOME_PARENT" -Force | Out-Null
+
+# Download and Install Apache Maven
+Write-Verbose "Couldn't find MAVEN_HOME, downloading and installing it ..."
+Write-Verbose "Downloading from: $distributionUrl"
+Write-Verbose "Downloading to: $TMP_DOWNLOAD_DIR/$distributionUrlName"
+
+$webclient = New-Object System.Net.WebClient
+if ($env:MVNW_USERNAME -and $env:MVNW_PASSWORD) {
+ $webclient.Credentials = New-Object System.Net.NetworkCredential($env:MVNW_USERNAME, $env:MVNW_PASSWORD)
+}
+[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
+$webclient.DownloadFile($distributionUrl, "$TMP_DOWNLOAD_DIR/$distributionUrlName") | Out-Null
+
+# If specified, validate the SHA-256 sum of the Maven distribution zip file
+$distributionSha256Sum = (Get-Content -Raw "$scriptDir/.mvn/wrapper/maven-wrapper.properties" | ConvertFrom-StringData).distributionSha256Sum
+if ($distributionSha256Sum) {
+ if ($USE_MVND) {
+ Write-Error "Checksum validation is not supported for maven-mvnd. `nPlease disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties."
+ }
+ Import-Module $PSHOME\Modules\Microsoft.PowerShell.Utility -Function Get-FileHash
+ if ((Get-FileHash "$TMP_DOWNLOAD_DIR/$distributionUrlName" -Algorithm SHA256).Hash.ToLower() -ne $distributionSha256Sum) {
+ Write-Error "Error: Failed to validate Maven distribution SHA-256, your Maven distribution might be compromised. If you updated your Maven version, you need to update the specified distributionSha256Sum property."
+ }
+}
+
+# unzip and move
+Expand-Archive "$TMP_DOWNLOAD_DIR/$distributionUrlName" -DestinationPath "$TMP_DOWNLOAD_DIR" | Out-Null
+Rename-Item -Path "$TMP_DOWNLOAD_DIR/$distributionUrlNameMain" -NewName $MAVEN_HOME_NAME | Out-Null
+try {
+ Move-Item -Path "$TMP_DOWNLOAD_DIR/$MAVEN_HOME_NAME" -Destination $MAVEN_HOME_PARENT | Out-Null
+} catch {
+ if (! (Test-Path -Path "$MAVEN_HOME" -PathType Container)) {
+ Write-Error "fail to move MAVEN_HOME"
+ }
+} finally {
+ try { Remove-Item $TMP_DOWNLOAD_DIR -Recurse -Force | Out-Null }
+ catch { Write-Warning "Cannot remove $TMP_DOWNLOAD_DIR" }
+}
+
+Write-Output "MVN_CMD=$MAVEN_HOME/bin/$MVN_CMD"
diff --git a/gold-system/demo/pom.xml b/gold-system/demo/pom.xml
new file mode 100644
index 0000000..699c8cb
--- /dev/null
+++ b/gold-system/demo/pom.xml
@@ -0,0 +1,104 @@
+
+
+ 4.0.0
+
+ com.example
+ demo
+ 0.0.1
+ demo
+ demo
+
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 3.3.6
+
+
+ pom
+
+
+ recharge
+ commons
+ user
+
+
+
+
+ 21
+
+ 3.3.6
+
+ 3.3.0-beta.2
+ 2.0.0
+
+
+
+
+ com.github.pagehelper
+ pagehelper-spring-boot-starter
+ 1.4.6
+
+
+ org.slf4j
+ slf4j-simple
+ 2.0.0
+
+
+ org.projectlombok
+ lombok
+ true
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-dependencies
+ ${spring-boot.version}
+ pom
+ import
+
+
+ org.springframework.boot
+ spring-boot-starter
+ ${spring-boot.version}
+
+
+ spring-boot-starter-logging
+ org.springframework.boot
+
+
+
+
+ org.apache.dubbo
+ dubbo-bom
+ ${dubbo.version}
+ pom
+ import
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ org.projectlombok
+ lombok
+
+
+
+
+
+
+
+
diff --git a/gold-system/demo/recharge/.gitattributes b/gold-system/demo/recharge/.gitattributes
new file mode 100644
index 0000000..3b41682
--- /dev/null
+++ b/gold-system/demo/recharge/.gitattributes
@@ -0,0 +1,2 @@
+/mvnw text eol=lf
+*.cmd text eol=crlf
diff --git a/gold-system/demo/recharge/.gitignore b/gold-system/demo/recharge/.gitignore
new file mode 100644
index 0000000..549e00a
--- /dev/null
+++ b/gold-system/demo/recharge/.gitignore
@@ -0,0 +1,33 @@
+HELP.md
+target/
+!.mvn/wrapper/maven-wrapper.jar
+!**/src/main/**/target/
+!**/src/test/**/target/
+
+### STS ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### NetBeans ###
+/nbproject/private/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+build/
+!**/src/main/**/build/
+!**/src/test/**/build/
+
+### VS Code ###
+.vscode/
diff --git a/gold-system/demo/recharge/.mvn/wrapper/maven-wrapper.properties b/gold-system/demo/recharge/.mvn/wrapper/maven-wrapper.properties
new file mode 100644
index 0000000..d58dfb7
--- /dev/null
+++ b/gold-system/demo/recharge/.mvn/wrapper/maven-wrapper.properties
@@ -0,0 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+wrapperVersion=3.3.2
+distributionType=only-script
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
diff --git a/gold-system/demo/recharge/mvnw b/gold-system/demo/recharge/mvnw
new file mode 100644
index 0000000..19529dd
--- /dev/null
+++ b/gold-system/demo/recharge/mvnw
@@ -0,0 +1,259 @@
+#!/bin/sh
+# ----------------------------------------------------------------------------
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+# ----------------------------------------------------------------------------
+
+# ----------------------------------------------------------------------------
+# Apache Maven Wrapper startup batch script, version 3.3.2
+#
+# Optional ENV vars
+# -----------------
+# JAVA_HOME - location of a JDK home dir, required when download maven via java source
+# MVNW_REPOURL - repo url base for downloading maven distribution
+# MVNW_USERNAME/MVNW_PASSWORD - user and password for downloading maven
+# MVNW_VERBOSE - true: enable verbose log; debug: trace the mvnw script; others: silence the output
+# ----------------------------------------------------------------------------
+
+set -euf
+[ "${MVNW_VERBOSE-}" != debug ] || set -x
+
+# OS specific support.
+native_path() { printf %s\\n "$1"; }
+case "$(uname)" in
+CYGWIN* | MINGW*)
+ [ -z "${JAVA_HOME-}" ] || JAVA_HOME="$(cygpath --unix "$JAVA_HOME")"
+ native_path() { cygpath --path --windows "$1"; }
+ ;;
+esac
+
+# set JAVACMD and JAVACCMD
+set_java_home() {
+ # For Cygwin and MinGW, ensure paths are in Unix format before anything is touched
+ if [ -n "${JAVA_HOME-}" ]; then
+ if [ -x "$JAVA_HOME/jre/sh/java" ]; then
+ # IBM's JDK on AIX uses strange locations for the executables
+ JAVACMD="$JAVA_HOME/jre/sh/java"
+ JAVACCMD="$JAVA_HOME/jre/sh/javac"
+ else
+ JAVACMD="$JAVA_HOME/bin/java"
+ JAVACCMD="$JAVA_HOME/bin/javac"
+
+ if [ ! -x "$JAVACMD" ] || [ ! -x "$JAVACCMD" ]; then
+ echo "The JAVA_HOME environment variable is not defined correctly, so mvnw cannot run." >&2
+ echo "JAVA_HOME is set to \"$JAVA_HOME\", but \"\$JAVA_HOME/bin/java\" or \"\$JAVA_HOME/bin/javac\" does not exist." >&2
+ return 1
+ fi
+ fi
+ else
+ JAVACMD="$(
+ 'set' +e
+ 'unset' -f command 2>/dev/null
+ 'command' -v java
+ )" || :
+ JAVACCMD="$(
+ 'set' +e
+ 'unset' -f command 2>/dev/null
+ 'command' -v javac
+ )" || :
+
+ if [ ! -x "${JAVACMD-}" ] || [ ! -x "${JAVACCMD-}" ]; then
+ echo "The java/javac command does not exist in PATH nor is JAVA_HOME set, so mvnw cannot run." >&2
+ return 1
+ fi
+ fi
+}
+
+# hash string like Java String::hashCode
+hash_string() {
+ str="${1:-}" h=0
+ while [ -n "$str" ]; do
+ char="${str%"${str#?}"}"
+ h=$(((h * 31 + $(LC_CTYPE=C printf %d "'$char")) % 4294967296))
+ str="${str#?}"
+ done
+ printf %x\\n $h
+}
+
+verbose() { :; }
+[ "${MVNW_VERBOSE-}" != true ] || verbose() { printf %s\\n "${1-}"; }
+
+die() {
+ printf %s\\n "$1" >&2
+ exit 1
+}
+
+trim() {
+ # MWRAPPER-139:
+ # Trims trailing and leading whitespace, carriage returns, tabs, and linefeeds.
+ # Needed for removing poorly interpreted newline sequences when running in more
+ # exotic environments such as mingw bash on Windows.
+ printf "%s" "${1}" | tr -d '[:space:]'
+}
+
+# parse distributionUrl and optional distributionSha256Sum, requires .mvn/wrapper/maven-wrapper.properties
+while IFS="=" read -r key value; do
+ case "${key-}" in
+ distributionUrl) distributionUrl=$(trim "${value-}") ;;
+ distributionSha256Sum) distributionSha256Sum=$(trim "${value-}") ;;
+ esac
+done <"${0%/*}/.mvn/wrapper/maven-wrapper.properties"
+[ -n "${distributionUrl-}" ] || die "cannot read distributionUrl property in ${0%/*}/.mvn/wrapper/maven-wrapper.properties"
+
+case "${distributionUrl##*/}" in
+maven-mvnd-*bin.*)
+ MVN_CMD=mvnd.sh _MVNW_REPO_PATTERN=/maven/mvnd/
+ case "${PROCESSOR_ARCHITECTURE-}${PROCESSOR_ARCHITEW6432-}:$(uname -a)" in
+ *AMD64:CYGWIN* | *AMD64:MINGW*) distributionPlatform=windows-amd64 ;;
+ :Darwin*x86_64) distributionPlatform=darwin-amd64 ;;
+ :Darwin*arm64) distributionPlatform=darwin-aarch64 ;;
+ :Linux*x86_64*) distributionPlatform=linux-amd64 ;;
+ *)
+ echo "Cannot detect native platform for mvnd on $(uname)-$(uname -m), use pure java version" >&2
+ distributionPlatform=linux-amd64
+ ;;
+ esac
+ distributionUrl="${distributionUrl%-bin.*}-$distributionPlatform.zip"
+ ;;
+maven-mvnd-*) MVN_CMD=mvnd.sh _MVNW_REPO_PATTERN=/maven/mvnd/ ;;
+*) MVN_CMD="mvn${0##*/mvnw}" _MVNW_REPO_PATTERN=/org/apache/maven/ ;;
+esac
+
+# apply MVNW_REPOURL and calculate MAVEN_HOME
+# maven home pattern: ~/.m2/wrapper/dists/{apache-maven-,maven-mvnd--}/
+[ -z "${MVNW_REPOURL-}" ] || distributionUrl="$MVNW_REPOURL$_MVNW_REPO_PATTERN${distributionUrl#*"$_MVNW_REPO_PATTERN"}"
+distributionUrlName="${distributionUrl##*/}"
+distributionUrlNameMain="${distributionUrlName%.*}"
+distributionUrlNameMain="${distributionUrlNameMain%-bin}"
+MAVEN_USER_HOME="${MAVEN_USER_HOME:-${HOME}/.m2}"
+MAVEN_HOME="${MAVEN_USER_HOME}/wrapper/dists/${distributionUrlNameMain-}/$(hash_string "$distributionUrl")"
+
+exec_maven() {
+ unset MVNW_VERBOSE MVNW_USERNAME MVNW_PASSWORD MVNW_REPOURL || :
+ exec "$MAVEN_HOME/bin/$MVN_CMD" "$@" || die "cannot exec $MAVEN_HOME/bin/$MVN_CMD"
+}
+
+if [ -d "$MAVEN_HOME" ]; then
+ verbose "found existing MAVEN_HOME at $MAVEN_HOME"
+ exec_maven "$@"
+fi
+
+case "${distributionUrl-}" in
+*?-bin.zip | *?maven-mvnd-?*-?*.zip) ;;
+*) die "distributionUrl is not valid, must match *-bin.zip or maven-mvnd-*.zip, but found '${distributionUrl-}'" ;;
+esac
+
+# prepare tmp dir
+if TMP_DOWNLOAD_DIR="$(mktemp -d)" && [ -d "$TMP_DOWNLOAD_DIR" ]; then
+ clean() { rm -rf -- "$TMP_DOWNLOAD_DIR"; }
+ trap clean HUP INT TERM EXIT
+else
+ die "cannot create temp dir"
+fi
+
+mkdir -p -- "${MAVEN_HOME%/*}"
+
+# Download and Install Apache Maven
+verbose "Couldn't find MAVEN_HOME, downloading and installing it ..."
+verbose "Downloading from: $distributionUrl"
+verbose "Downloading to: $TMP_DOWNLOAD_DIR/$distributionUrlName"
+
+# select .zip or .tar.gz
+if ! command -v unzip >/dev/null; then
+ distributionUrl="${distributionUrl%.zip}.tar.gz"
+ distributionUrlName="${distributionUrl##*/}"
+fi
+
+# verbose opt
+__MVNW_QUIET_WGET=--quiet __MVNW_QUIET_CURL=--silent __MVNW_QUIET_UNZIP=-q __MVNW_QUIET_TAR=''
+[ "${MVNW_VERBOSE-}" != true ] || __MVNW_QUIET_WGET='' __MVNW_QUIET_CURL='' __MVNW_QUIET_UNZIP='' __MVNW_QUIET_TAR=v
+
+# normalize http auth
+case "${MVNW_PASSWORD:+has-password}" in
+'') MVNW_USERNAME='' MVNW_PASSWORD='' ;;
+has-password) [ -n "${MVNW_USERNAME-}" ] || MVNW_USERNAME='' MVNW_PASSWORD='' ;;
+esac
+
+if [ -z "${MVNW_USERNAME-}" ] && command -v wget >/dev/null; then
+ verbose "Found wget ... using wget"
+ wget ${__MVNW_QUIET_WGET:+"$__MVNW_QUIET_WGET"} "$distributionUrl" -O "$TMP_DOWNLOAD_DIR/$distributionUrlName" || die "wget: Failed to fetch $distributionUrl"
+elif [ -z "${MVNW_USERNAME-}" ] && command -v curl >/dev/null; then
+ verbose "Found curl ... using curl"
+ curl ${__MVNW_QUIET_CURL:+"$__MVNW_QUIET_CURL"} -f -L -o "$TMP_DOWNLOAD_DIR/$distributionUrlName" "$distributionUrl" || die "curl: Failed to fetch $distributionUrl"
+elif set_java_home; then
+ verbose "Falling back to use Java to download"
+ javaSource="$TMP_DOWNLOAD_DIR/Downloader.java"
+ targetZip="$TMP_DOWNLOAD_DIR/$distributionUrlName"
+ cat >"$javaSource" <<-END
+ public class Downloader extends java.net.Authenticator
+ {
+ protected java.net.PasswordAuthentication getPasswordAuthentication()
+ {
+ return new java.net.PasswordAuthentication( System.getenv( "MVNW_USERNAME" ), System.getenv( "MVNW_PASSWORD" ).toCharArray() );
+ }
+ public static void main( String[] args ) throws Exception
+ {
+ setDefault( new Downloader() );
+ java.nio.file.Files.copy( java.net.URI.create( args[0] ).toURL().openStream(), java.nio.file.Paths.get( args[1] ).toAbsolutePath().normalize() );
+ }
+ }
+ END
+ # For Cygwin/MinGW, switch paths to Windows format before running javac and java
+ verbose " - Compiling Downloader.java ..."
+ "$(native_path "$JAVACCMD")" "$(native_path "$javaSource")" || die "Failed to compile Downloader.java"
+ verbose " - Running Downloader.java ..."
+ "$(native_path "$JAVACMD")" -cp "$(native_path "$TMP_DOWNLOAD_DIR")" Downloader "$distributionUrl" "$(native_path "$targetZip")"
+fi
+
+# If specified, validate the SHA-256 sum of the Maven distribution zip file
+if [ -n "${distributionSha256Sum-}" ]; then
+ distributionSha256Result=false
+ if [ "$MVN_CMD" = mvnd.sh ]; then
+ echo "Checksum validation is not supported for maven-mvnd." >&2
+ echo "Please disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties." >&2
+ exit 1
+ elif command -v sha256sum >/dev/null; then
+ if echo "$distributionSha256Sum $TMP_DOWNLOAD_DIR/$distributionUrlName" | sha256sum -c >/dev/null 2>&1; then
+ distributionSha256Result=true
+ fi
+ elif command -v shasum >/dev/null; then
+ if echo "$distributionSha256Sum $TMP_DOWNLOAD_DIR/$distributionUrlName" | shasum -a 256 -c >/dev/null 2>&1; then
+ distributionSha256Result=true
+ fi
+ else
+ echo "Checksum validation was requested but neither 'sha256sum' or 'shasum' are available." >&2
+ echo "Please install either command, or disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties." >&2
+ exit 1
+ fi
+ if [ $distributionSha256Result = false ]; then
+ echo "Error: Failed to validate Maven distribution SHA-256, your Maven distribution might be compromised." >&2
+ echo "If you updated your Maven version, you need to update the specified distributionSha256Sum property." >&2
+ exit 1
+ fi
+fi
+
+# unzip and move
+if command -v unzip >/dev/null; then
+ unzip ${__MVNW_QUIET_UNZIP:+"$__MVNW_QUIET_UNZIP"} "$TMP_DOWNLOAD_DIR/$distributionUrlName" -d "$TMP_DOWNLOAD_DIR" || die "failed to unzip"
+else
+ tar xzf${__MVNW_QUIET_TAR:+"$__MVNW_QUIET_TAR"} "$TMP_DOWNLOAD_DIR/$distributionUrlName" -C "$TMP_DOWNLOAD_DIR" || die "failed to untar"
+fi
+printf %s\\n "$distributionUrl" >"$TMP_DOWNLOAD_DIR/$distributionUrlNameMain/mvnw.url"
+mv -- "$TMP_DOWNLOAD_DIR/$distributionUrlNameMain" "$MAVEN_HOME" || [ -d "$MAVEN_HOME" ] || die "fail to move MAVEN_HOME"
+
+clean || :
+exec_maven "$@"
diff --git a/gold-system/demo/recharge/mvnw.cmd b/gold-system/demo/recharge/mvnw.cmd
new file mode 100644
index 0000000..249bdf3
--- /dev/null
+++ b/gold-system/demo/recharge/mvnw.cmd
@@ -0,0 +1,149 @@
+<# : batch portion
+@REM ----------------------------------------------------------------------------
+@REM Licensed to the Apache Software Foundation (ASF) under one
+@REM or more contributor license agreements. See the NOTICE file
+@REM distributed with this work for additional information
+@REM regarding copyright ownership. The ASF licenses this file
+@REM to you under the Apache License, Version 2.0 (the
+@REM "License"); you may not use this file except in compliance
+@REM with the License. You may obtain a copy of the License at
+@REM
+@REM http://www.apache.org/licenses/LICENSE-2.0
+@REM
+@REM Unless required by applicable law or agreed to in writing,
+@REM software distributed under the License is distributed on an
+@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+@REM KIND, either express or implied. See the License for the
+@REM specific language governing permissions and limitations
+@REM under the License.
+@REM ----------------------------------------------------------------------------
+
+@REM ----------------------------------------------------------------------------
+@REM Apache Maven Wrapper startup batch script, version 3.3.2
+@REM
+@REM Optional ENV vars
+@REM MVNW_REPOURL - repo url base for downloading maven distribution
+@REM MVNW_USERNAME/MVNW_PASSWORD - user and password for downloading maven
+@REM MVNW_VERBOSE - true: enable verbose log; others: silence the output
+@REM ----------------------------------------------------------------------------
+
+@IF "%__MVNW_ARG0_NAME__%"=="" (SET __MVNW_ARG0_NAME__=%~nx0)
+@SET __MVNW_CMD__=
+@SET __MVNW_ERROR__=
+@SET __MVNW_PSMODULEP_SAVE=%PSModulePath%
+@SET PSModulePath=
+@FOR /F "usebackq tokens=1* delims==" %%A IN (`powershell -noprofile "& {$scriptDir='%~dp0'; $script='%__MVNW_ARG0_NAME__%'; icm -ScriptBlock ([Scriptblock]::Create((Get-Content -Raw '%~f0'))) -NoNewScope}"`) DO @(
+ IF "%%A"=="MVN_CMD" (set __MVNW_CMD__=%%B) ELSE IF "%%B"=="" (echo %%A) ELSE (echo %%A=%%B)
+)
+@SET PSModulePath=%__MVNW_PSMODULEP_SAVE%
+@SET __MVNW_PSMODULEP_SAVE=
+@SET __MVNW_ARG0_NAME__=
+@SET MVNW_USERNAME=
+@SET MVNW_PASSWORD=
+@IF NOT "%__MVNW_CMD__%"=="" (%__MVNW_CMD__% %*)
+@echo Cannot start maven from wrapper >&2 && exit /b 1
+@GOTO :EOF
+: end batch / begin powershell #>
+
+$ErrorActionPreference = "Stop"
+if ($env:MVNW_VERBOSE -eq "true") {
+ $VerbosePreference = "Continue"
+}
+
+# calculate distributionUrl, requires .mvn/wrapper/maven-wrapper.properties
+$distributionUrl = (Get-Content -Raw "$scriptDir/.mvn/wrapper/maven-wrapper.properties" | ConvertFrom-StringData).distributionUrl
+if (!$distributionUrl) {
+ Write-Error "cannot read distributionUrl property in $scriptDir/.mvn/wrapper/maven-wrapper.properties"
+}
+
+switch -wildcard -casesensitive ( $($distributionUrl -replace '^.*/','') ) {
+ "maven-mvnd-*" {
+ $USE_MVND = $true
+ $distributionUrl = $distributionUrl -replace '-bin\.[^.]*$',"-windows-amd64.zip"
+ $MVN_CMD = "mvnd.cmd"
+ break
+ }
+ default {
+ $USE_MVND = $false
+ $MVN_CMD = $script -replace '^mvnw','mvn'
+ break
+ }
+}
+
+# apply MVNW_REPOURL and calculate MAVEN_HOME
+# maven home pattern: ~/.m2/wrapper/dists/{apache-maven-,maven-mvnd--}/
+if ($env:MVNW_REPOURL) {
+ $MVNW_REPO_PATTERN = if ($USE_MVND) { "/org/apache/maven/" } else { "/maven/mvnd/" }
+ $distributionUrl = "$env:MVNW_REPOURL$MVNW_REPO_PATTERN$($distributionUrl -replace '^.*'+$MVNW_REPO_PATTERN,'')"
+}
+$distributionUrlName = $distributionUrl -replace '^.*/',''
+$distributionUrlNameMain = $distributionUrlName -replace '\.[^.]*$','' -replace '-bin$',''
+$MAVEN_HOME_PARENT = "$HOME/.m2/wrapper/dists/$distributionUrlNameMain"
+if ($env:MAVEN_USER_HOME) {
+ $MAVEN_HOME_PARENT = "$env:MAVEN_USER_HOME/wrapper/dists/$distributionUrlNameMain"
+}
+$MAVEN_HOME_NAME = ([System.Security.Cryptography.MD5]::Create().ComputeHash([byte[]][char[]]$distributionUrl) | ForEach-Object {$_.ToString("x2")}) -join ''
+$MAVEN_HOME = "$MAVEN_HOME_PARENT/$MAVEN_HOME_NAME"
+
+if (Test-Path -Path "$MAVEN_HOME" -PathType Container) {
+ Write-Verbose "found existing MAVEN_HOME at $MAVEN_HOME"
+ Write-Output "MVN_CMD=$MAVEN_HOME/bin/$MVN_CMD"
+ exit $?
+}
+
+if (! $distributionUrlNameMain -or ($distributionUrlName -eq $distributionUrlNameMain)) {
+ Write-Error "distributionUrl is not valid, must end with *-bin.zip, but found $distributionUrl"
+}
+
+# prepare tmp dir
+$TMP_DOWNLOAD_DIR_HOLDER = New-TemporaryFile
+$TMP_DOWNLOAD_DIR = New-Item -Itemtype Directory -Path "$TMP_DOWNLOAD_DIR_HOLDER.dir"
+$TMP_DOWNLOAD_DIR_HOLDER.Delete() | Out-Null
+trap {
+ if ($TMP_DOWNLOAD_DIR.Exists) {
+ try { Remove-Item $TMP_DOWNLOAD_DIR -Recurse -Force | Out-Null }
+ catch { Write-Warning "Cannot remove $TMP_DOWNLOAD_DIR" }
+ }
+}
+
+New-Item -Itemtype Directory -Path "$MAVEN_HOME_PARENT" -Force | Out-Null
+
+# Download and Install Apache Maven
+Write-Verbose "Couldn't find MAVEN_HOME, downloading and installing it ..."
+Write-Verbose "Downloading from: $distributionUrl"
+Write-Verbose "Downloading to: $TMP_DOWNLOAD_DIR/$distributionUrlName"
+
+$webclient = New-Object System.Net.WebClient
+if ($env:MVNW_USERNAME -and $env:MVNW_PASSWORD) {
+ $webclient.Credentials = New-Object System.Net.NetworkCredential($env:MVNW_USERNAME, $env:MVNW_PASSWORD)
+}
+[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
+$webclient.DownloadFile($distributionUrl, "$TMP_DOWNLOAD_DIR/$distributionUrlName") | Out-Null
+
+# If specified, validate the SHA-256 sum of the Maven distribution zip file
+$distributionSha256Sum = (Get-Content -Raw "$scriptDir/.mvn/wrapper/maven-wrapper.properties" | ConvertFrom-StringData).distributionSha256Sum
+if ($distributionSha256Sum) {
+ if ($USE_MVND) {
+ Write-Error "Checksum validation is not supported for maven-mvnd. `nPlease disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties."
+ }
+ Import-Module $PSHOME\Modules\Microsoft.PowerShell.Utility -Function Get-FileHash
+ if ((Get-FileHash "$TMP_DOWNLOAD_DIR/$distributionUrlName" -Algorithm SHA256).Hash.ToLower() -ne $distributionSha256Sum) {
+ Write-Error "Error: Failed to validate Maven distribution SHA-256, your Maven distribution might be compromised. If you updated your Maven version, you need to update the specified distributionSha256Sum property."
+ }
+}
+
+# unzip and move
+Expand-Archive "$TMP_DOWNLOAD_DIR/$distributionUrlName" -DestinationPath "$TMP_DOWNLOAD_DIR" | Out-Null
+Rename-Item -Path "$TMP_DOWNLOAD_DIR/$distributionUrlNameMain" -NewName $MAVEN_HOME_NAME | Out-Null
+try {
+ Move-Item -Path "$TMP_DOWNLOAD_DIR/$MAVEN_HOME_NAME" -Destination $MAVEN_HOME_PARENT | Out-Null
+} catch {
+ if (! (Test-Path -Path "$MAVEN_HOME" -PathType Container)) {
+ Write-Error "fail to move MAVEN_HOME"
+ }
+} finally {
+ try { Remove-Item $TMP_DOWNLOAD_DIR -Recurse -Force | Out-Null }
+ catch { Write-Warning "Cannot remove $TMP_DOWNLOAD_DIR" }
+}
+
+Write-Output "MVN_CMD=$MAVEN_HOME/bin/$MVN_CMD"
diff --git a/gold-system/demo/recharge/pom.xml b/gold-system/demo/recharge/pom.xml
new file mode 100644
index 0000000..4f4b71c
--- /dev/null
+++ b/gold-system/demo/recharge/pom.xml
@@ -0,0 +1,73 @@
+
+
+ 4.0.0
+
+ com.example
+ recharge
+ 0.0.1
+ recharge
+ recharge
+
+
+ com.example
+ demo
+ 0.0.1
+
+
+
+
+ com.example
+ commons
+ 0.0.1
+
+
+
+ org.mybatis.spring.boot
+ mybatis-spring-boot-starter
+ 3.0.3
+
+
+
+ org.springframework.boot
+ spring-boot-devtools
+ runtime
+ true
+
+
+ com.mysql
+ mysql-connector-j
+ runtime
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ org.mybatis.spring.boot
+ mybatis-spring-boot-starter-test
+ 3.0.3
+ test
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ org.projectlombok
+ lombok
+
+
+
+
+
+
+
+
diff --git a/gold-system/demo/recharge/src/main/java/com/example/recharge/RechargeApplication.java b/gold-system/demo/recharge/src/main/java/com/example/recharge/RechargeApplication.java
new file mode 100644
index 0000000..939155e
--- /dev/null
+++ b/gold-system/demo/recharge/src/main/java/com/example/recharge/RechargeApplication.java
@@ -0,0 +1,13 @@
+package com.example.recharge;
+
+import org.springframework.boot.SpringApplication;
+import org.springframework.boot.autoconfigure.SpringBootApplication;
+
+@SpringBootApplication
+public class RechargeApplication {
+
+ public static void main(String[] args) {
+ SpringApplication.run(RechargeApplication.class, args);
+ }
+
+}
diff --git a/gold-system/demo/recharge/src/main/java/com/example/recharge/controller/ActivityController.java b/gold-system/demo/recharge/src/main/java/com/example/recharge/controller/ActivityController.java
new file mode 100644
index 0000000..1198c75
--- /dev/null
+++ b/gold-system/demo/recharge/src/main/java/com/example/recharge/controller/ActivityController.java
@@ -0,0 +1,68 @@
+package com.example.recharge.controller;
+
+
+import com.example.commons.domain.entity.Activity;
+import com.example.commons.domain.entity.Page;
+import com.example.commons.domain.vo.Result;
+import com.example.recharge.service.ActivityServiceImpl;
+import lombok.RequiredArgsConstructor;
+import lombok.extern.slf4j.Slf4j;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.web.bind.annotation.*;
+import org.springframework.util.ObjectUtils;
+import java.util.Arrays;
+
+
+@RestController
+@RequestMapping("/recharge/activity")
+//SpringMVC的,为当前类的所有处理器方法,添加路径映射的前缀
+@RequiredArgsConstructor
+// lombok的,添加一个包含所有final属性的构造器
+@Slf4j //lombok的,自动添加log的对象,用于日志打印
+@CrossOrigin
+public class ActivityController {
+
+ @Autowired
+ ActivityServiceImpl activityService;
+
+ //添加活动管理信息
+ @PostMapping("/add")
+ public Result add(@RequestBody Activity activity) {
+// try {
+ System.out.println("------6---");
+ int result=activityService.add(activity);
+ System.out.println(result);
+ return Result.success();
+// } catch (Exception e) {
+// log.warn(Arrays.toString(e.getStackTrace()));
+// return Result.error(e.getMessage());
+// }
+
+ }
+
+ //修改活动管理信息
+ @PostMapping("/edit")
+ public Result edit(@RequestBody Activity activity){
+
+// try {
+ Integer num =activityService.edit(activity);
+ return Result.success(num);
+// } catch (Exception e) {
+//// log.error(""+e);
+//// return Result.error(e.getMessage());
+//// }
+ }
+ //查询活动管理信息--模糊+分页查询
+ @PostMapping("/select")
+ public Result search(@RequestBody Page page){
+ Integer pageNum = page.getPageNum();
+ Integer pageSize=page.getPageSize();
+ Activity activity= page.getActivity();
+ if (ObjectUtils.isEmpty(pageNum)){
+ return Result.success(activityService.search(page.getActivity()));
+ }
+ return Result.success(activityService.searchForPage(pageNum,pageSize,activity));
+ }
+
+
+}
\ No newline at end of file
diff --git a/gold-system/demo/recharge/src/main/java/com/example/recharge/controller/AuditController.java b/gold-system/demo/recharge/src/main/java/com/example/recharge/controller/AuditController.java
new file mode 100644
index 0000000..eb28e8e
--- /dev/null
+++ b/gold-system/demo/recharge/src/main/java/com/example/recharge/controller/AuditController.java
@@ -0,0 +1,41 @@
+package com.example.recharge.controller;
+
+import com.example.commons.domain.entity.Audit;
+import com.example.commons.domain.vo.Result;
+import com.example.commons.sevice.AuditService;
+import lombok.RequiredArgsConstructor;
+import lombok.extern.slf4j.Slf4j;
+import org.springframework.util.ObjectUtils;
+import org.springframework.web.bind.annotation.*;
+
+import java.util.Arrays;
+
+@RestController
+@RequestMapping("/recharge/audit")
+@RequiredArgsConstructor
+@Slf4j
+@CrossOrigin
+public class AuditController {
+
+ private final AuditService auditService;
+ @PostMapping("/add")
+ public Result add(@RequestBody Audit audit){
+ try {
+ auditService.add(audit);
+ return Result.success();
+ }catch (Exception e){
+ log.warn(Arrays.toString(e.getStackTrace()));
+ return Result.error(e.getMessage());
+ }
+ }
+ @PostMapping
+ public Result search(Integer pageNum,Integer pageSize,@RequestBody Audit audit){
+ if(ObjectUtils.isEmpty(pageNum)){
+ return Result.success(auditService.search(audit));
+ }
+ else {
+ return Result.success(auditService.searchForPage(pageNum,pageSize,audit));
+ }
+ }
+}
+
diff --git a/gold-system/demo/recharge/src/main/java/com/example/recharge/controller/RateController.java b/gold-system/demo/recharge/src/main/java/com/example/recharge/controller/RateController.java
new file mode 100644
index 0000000..a9d1244
--- /dev/null
+++ b/gold-system/demo/recharge/src/main/java/com/example/recharge/controller/RateController.java
@@ -0,0 +1,102 @@
+package com.example.recharge.controller;
+
+import com.example.commons.domain.entity.Page;
+import com.example.commons.domain.entity.Rate;
+import com.example.commons.domain.entity.RateSearchRequest;
+import com.example.commons.domain.vo.Result;
+import com.example.commons.sevice.RateService;
+import lombok.RequiredArgsConstructor;
+import lombok.extern.slf4j.Slf4j;
+
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.util.ObjectUtils;
+import org.springframework.web.bind.annotation.*;
+
+import java.util.Arrays;
+
+@RestController
+@RequestMapping("/rates")
+@RequiredArgsConstructor
+@Slf4j
+@CrossOrigin
+public class RateController {
+ private final RateService rateService;
+
+ @PostMapping("/add")
+ public Result add(@RequestBody Rate rate) {
+ try {
+ rateService.add(rate);
+ return Result.success();
+ } catch (Exception e) {
+ log.warn(Arrays.toString(e.getStackTrace()));
+ return Result.error(e.getMessage());
+ }
+ }
+ @PostMapping("/update") // 将 PUT 改为 POST
+ public Result update(@RequestBody Rate rate) {
+// try {
+ rateService.edit(rate);
+ return Result.success();
+// } catch (Exception e) {
+// log.warn(Arrays.toString(e.getStackTrace()));
+// return Result.error(e.getMessage());
+// }
+ }
+// @PutMapping("/update")
+// public Result update(@RequestBody Rate rate) {
+// try {
+// rateService.edit(rate);
+// return Result.success();
+// } catch (Exception e) {
+// log.warn(Arrays.toString(e.getStackTrace()));
+// return Result.error(e.getMessage());
+// }
+// }
+
+ @PostMapping("/delete/{rateId}") // 将 DELETE 改为 POST
+ public Result delete(@PathVariable("rateId") Integer rateId) {
+ try {
+ rateService.delete(rateId);
+ return Result.success();
+ } catch (Exception e) {
+ log.warn(Arrays.toString(e.getStackTrace()));
+ return Result.error(e.getMessage());
+ }
+ }
+// @DeleteMapping("/{rateId}")
+// public Result delete(@PathVariable("rateId") Integer rateId) {
+// try {
+// rateService.delete(rateId);
+// return Result.success();
+// } catch (Exception e) {
+// log.warn(Arrays.toString(e.getStackTrace()));
+// return Result.error(e.getMessage());
+// }
+// }
+
+// @GetMapping("/{rateId}")
+// public Result get(@PathVariable Integer rateId) {
+// return Result.success(rateService.getById(rateId));
+// }
+//
+// @GetMapping
+// public Result search(Integer pageNum, Integer pageSize,Rate rate) {
+// if(ObjectUtils.isEmpty(pageNum)){
+// return Result.success(rateService.search(rate));
+// }else{
+// return Result.success(rateService.searchForPage(pageNum,pageSize,rate));
+// }
+// }
+ @PostMapping("/search") // 改为 POST 请求
+ public Result search(@RequestBody Page page) {
+ Integer pageNum = page.getPageNum();
+ Integer pageSize = page.getPageSize();
+ Rate rate = page.getRate();
+
+ if (ObjectUtils.isEmpty(pageNum)) {
+ return Result.success(rateService.search(rate));
+ } else {
+ return Result.success(rateService.searchForPage(pageNum, pageSize, rate));
+ }
+ }
+}
diff --git a/gold-system/demo/recharge/src/main/java/com/example/recharge/controller/RechargeController.java b/gold-system/demo/recharge/src/main/java/com/example/recharge/controller/RechargeController.java
new file mode 100644
index 0000000..f6e70a5
--- /dev/null
+++ b/gold-system/demo/recharge/src/main/java/com/example/recharge/controller/RechargeController.java
@@ -0,0 +1,53 @@
+package com.example.recharge.controller;
+
+
+import com.example.commons.domain.entity.Recharge;
+import com.example.commons.domain.vo.RechargeVo;
+import com.example.commons.domain.vo.Result;
+import com.example.commons.sevice.RechargeService;
+import lombok.RequiredArgsConstructor;
+import lombok.extern.slf4j.Slf4j;
+import org.springframework.util.ObjectUtils;
+import org.springframework.web.bind.annotation.*;
+
+import java.util.Arrays;
+
+@RestController
+@RequestMapping("/recharge/recharge")
+@RequiredArgsConstructor
+@Slf4j
+@CrossOrigin
+public class RechargeController {
+
+ private final RechargeService rechargeService;
+
+ @PostMapping("/add")
+ public Result add(@RequestBody Recharge recharge) {
+ try {
+ rechargeService.add(recharge);
+ return Result.success();
+ } catch (Exception e) {
+ log.warn(Arrays.toString(e.getStackTrace()));
+ return Result.error(e.getMessage());
+ }
+ }
+ @PostMapping("/edit")
+ public Result edit(@RequestBody Recharge recharge) {
+ try {
+ rechargeService.edit(recharge);
+ } catch (Exception e) {
+ log.warn(Arrays.toString(e.getStackTrace()));
+ return Result.error(e.getMessage());
+ }
+ return Result.success();
+ }
+ @PostMapping
+ public Result search(Integer pageNum, Integer pageSize,@RequestBody RechargeVo rechargeVo) {
+ if(ObjectUtils.isEmpty(pageNum)){
+ return Result.success(rechargeService.search(rechargeVo));
+ }
+ else {
+ return Result.success(rechargeService.searchForPage(pageNum,pageSize,rechargeVo));
+ }
+ }
+}
diff --git a/gold-system/demo/recharge/src/main/java/com/example/recharge/mapper/ActivityMapper.java b/gold-system/demo/recharge/src/main/java/com/example/recharge/mapper/ActivityMapper.java
new file mode 100644
index 0000000..ea40137
--- /dev/null
+++ b/gold-system/demo/recharge/src/main/java/com/example/recharge/mapper/ActivityMapper.java
@@ -0,0 +1,66 @@
+package com.example.recharge.mapper;
+
+
+import com.example.commons.domain.entity.Activity;
+import org.apache.ibatis.annotations.*;
+
+import java.util.List;
+
+@Mapper
+public interface ActivityMapper {
+
+ //增加活动信息
+ @Insert({"insert into activity",
+ "(admin_id,dept,start_time,end_time,recharge_ratio,activity_name,activity_flag,create_time) " ,
+ "values",
+ "(#{adminId},#{dept},#{startTime},#{endTime},#{rechargeRatio},#{activityName},1,now())"
+ })
+ @Options(useGeneratedKeys = true,keyColumn = "activity_id",keyProperty = "activityId")
+ int add(Activity activity);
+
+
+// 修改活动信息
+ @Update({
+ ""
+ })
+ int edit(Activity activity);
+
+
+ //查询--根据活动id查询活动信息
+ @Select({
+ "select activity_id from activity where activity_id=#{activityId}"
+ })
+ Activity selectById(Integer activityId);
+
+ //模糊查询--根据活动id查询活动信息
+ @Select({
+ ""
+
+ })
+ List select(Activity activity);
+ //
+
+
+}
diff --git a/gold-system/demo/recharge/src/main/java/com/example/recharge/mapper/AuditMapper.java b/gold-system/demo/recharge/src/main/java/com/example/recharge/mapper/AuditMapper.java
new file mode 100644
index 0000000..19780e6
--- /dev/null
+++ b/gold-system/demo/recharge/src/main/java/com/example/recharge/mapper/AuditMapper.java
@@ -0,0 +1,36 @@
+package com.example.recharge.mapper;
+
+import com.example.commons.domain.entity.Audit;
+import com.example.commons.domain.entity.Recharge;
+import com.example.commons.sevice.AuditService;
+import org.apache.ibatis.annotations.Insert;
+import org.apache.ibatis.annotations.Mapper;
+import org.apache.ibatis.annotations.Select;
+
+import java.util.List;
+
+@Mapper
+public interface AuditMapper {
+
+ @Insert({
+ "INSERT INTO audit",
+ "(homily_id,recharge_id,refund_id,name,status,auditFlag)",
+ "values",
+ "(#{homilyId},#{rechargeId},#{refundId},#{name},#{status},1)"
+ })
+ int insert(Audit audit);
+ @Select({
+ ""
+ })
+ List select(Audit Audit);
+}
diff --git a/gold-system/demo/recharge/src/main/java/com/example/recharge/mapper/RateMapper.java b/gold-system/demo/recharge/src/main/java/com/example/recharge/mapper/RateMapper.java
new file mode 100644
index 0000000..52da375
--- /dev/null
+++ b/gold-system/demo/recharge/src/main/java/com/example/recharge/mapper/RateMapper.java
@@ -0,0 +1,67 @@
+package com.example.recharge.mapper;
+
+import com.example.commons.domain.entity.Rate;
+import org.apache.ibatis.annotations.*;
+import org.apache.ibatis.annotations.Mapper;
+
+
+import java.util.List;
+
+@Mapper
+public interface RateMapper {
+
+ @Insert({
+ "insert into rate",
+ "(start_time,end_time,currency,exchange_rate,create_time,update_time,admin_id)",
+ "values",
+ "(#{startTime},#{endTime},#{currency},#{exchangeRate},now(),#{updateTime},#{adminId})"
+ })
+// 获取自增主键
+ @Options(useGeneratedKeys = true,keyColumn = "rate_id",keyProperty = "rateId")
+ int insert(Rate rate);
+
+ @Delete({
+ "delete from rate where rate_id=#{rateId}"
+ })
+ int deleteById(Integer rateId);
+
+ @Update({
+ ""
+ })
+ int update(Rate rate);
+
+ @Select({
+ "select rate_id from rate where rate_id=#{rateId}"
+ })
+ Rate selectById(Integer rateId);
+
+ @Select({
+ ""
+
+ })
+ List select(Rate rate);
+}
diff --git a/gold-system/demo/recharge/src/main/java/com/example/recharge/mapper/RechargeMapper.java b/gold-system/demo/recharge/src/main/java/com/example/recharge/mapper/RechargeMapper.java
new file mode 100644
index 0000000..eb05835
--- /dev/null
+++ b/gold-system/demo/recharge/src/main/java/com/example/recharge/mapper/RechargeMapper.java
@@ -0,0 +1,49 @@
+package com.example.recharge.mapper;
+
+import com.example.commons.domain.entity.Recharge;
+import com.example.commons.domain.vo.RechargeVo;
+import org.apache.ibatis.annotations.*;
+
+import java.util.List;
+
+@Mapper
+public interface RechargeMapper {
+
+ @Insert({
+ "INSERT INTO recharge",
+ "(homily_id,activity_id,paid_gold,free_gold,recharge_gold,pay_way,recharge_way,recharge_time,recharge_voucher,admin_id,area,remark,flag)",
+ "values ",
+ "(#{homilyId},#{activityId},#{paidGold},#{freeGold},#{rechargeGold},#{payWay},#{rechargeWay},#{rechargeTime},#{rechargeVoucher},#{adminId},#{area},#{remark},1)"
+ })
+ int insert(Recharge recharge);
+
+ @Update({
+ ""
+ })
+ int update(Recharge recharge);
+
+ @Select({
+ ""
+ })
+ List select(RechargeVo rechargeVo);
+}
diff --git a/gold-system/demo/recharge/src/main/java/com/example/recharge/service/ActivityServiceImpl.java b/gold-system/demo/recharge/src/main/java/com/example/recharge/service/ActivityServiceImpl.java
new file mode 100644
index 0000000..8543766
--- /dev/null
+++ b/gold-system/demo/recharge/src/main/java/com/example/recharge/service/ActivityServiceImpl.java
@@ -0,0 +1,68 @@
+package com.example.recharge.service;
+
+
+import com.example.commons.domain.entity.Activity;
+import com.example.commons.domain.entity.Page;
+import com.example.commons.domain.entity.Rate;
+import com.example.commons.sevice.ActivityService;
+import com.example.recharge.mapper.ActivityMapper;
+import com.github.pagehelper.PageHelper;
+import lombok.RequiredArgsConstructor;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Service;
+import com.github.pagehelper.PageInfo;
+import org.springframework.transaction.annotation.Transactional;
+
+import java.time.LocalDate;
+import java.time.LocalDateTime;
+import java.util.Date;
+import java.util.List;
+
+@Service
+@Transactional
+@RequiredArgsConstructor
+public class ActivityServiceImpl implements ActivityService {
+
+ @Autowired
+ ActivityMapper activityMapper;
+ @Override
+ public int add(Activity activity) {
+ return activityMapper.add(activity);
+ }
+
+ @Override
+ public int edit(Activity activity) {
+ return activityMapper.edit(activity);
+ }
+
+ @Override
+ public List search(Activity activity) {
+ return activityMapper.select(activity);
+ }
+
+
+
+ public PageInfo searchForPage(Integer pageNum, Integer pageSize, Activity activity) {
+// PageHelper.startPage(pageNum, pageSize);
+// List list = activityMapper.select(activity);
+// return new PageInfo<>(list);
+
+ PageHelper.startPage(pageNum, pageSize);
+ List list = activityMapper.select(activity);
+ LocalDate nowDate = LocalDate.now(); // 获取当前的 LocalDate
+ list.stream()
+ .forEach(activity1 -> {
+ if (nowDate.isBefore(activity1.getStartTime())) {
+ // 假设 Activity 类有一个 setStatus 方法来设置状态
+ activity1.setStatus(0); // 设置新的状态
+ activityMapper.edit(activity1); // 保存修改后的对象
+ }
+ else if(nowDate.isAfter(activity1.getEndTime())) {
+ // 假设 Activity 类有一个 setStatus 方法来设置状态
+ activity1.setStatus(2); // 设置新的状态
+ activityMapper.edit(activity1); // 保存修改后的对象
+ }
+ });
+ return new PageInfo<>(list);
+ }
+}
diff --git a/gold-system/demo/recharge/src/main/java/com/example/recharge/service/AuditServiceImpl.java b/gold-system/demo/recharge/src/main/java/com/example/recharge/service/AuditServiceImpl.java
new file mode 100644
index 0000000..9a9ad0c
--- /dev/null
+++ b/gold-system/demo/recharge/src/main/java/com/example/recharge/service/AuditServiceImpl.java
@@ -0,0 +1,35 @@
+package com.example.recharge.service;
+
+import com.example.commons.domain.entity.Audit;
+import com.example.commons.domain.entity.Recharge;
+import com.example.commons.sevice.AuditService;
+import com.example.recharge.mapper.AuditMapper;
+import com.github.pagehelper.PageHelper;
+import com.github.pagehelper.PageInfo;
+import lombok.RequiredArgsConstructor;
+import org.springframework.stereotype.Service;
+
+import java.util.List;
+
+@Service
+@RequiredArgsConstructor
+public class AuditServiceImpl implements AuditService {
+ private final AuditMapper auditMapper;
+
+ @Override
+ public int add(Audit audit) {
+ return auditMapper.insert(audit);
+ }
+
+ @Override
+ public List search(Audit audit) {
+ return auditMapper.select(audit);
+ }
+
+ @Override
+ public PageInfo searchForPage(Integer pageNum, Integer pageSize, Audit audit) {
+ PageHelper.startPage(pageNum,pageSize);
+ List list= auditMapper.select(audit);
+ return new PageInfo<>(list);
+ }
+}
diff --git a/gold-system/demo/recharge/src/main/java/com/example/recharge/service/RateServiceImpl.java b/gold-system/demo/recharge/src/main/java/com/example/recharge/service/RateServiceImpl.java
new file mode 100644
index 0000000..48689d1
--- /dev/null
+++ b/gold-system/demo/recharge/src/main/java/com/example/recharge/service/RateServiceImpl.java
@@ -0,0 +1,55 @@
+package com.example.recharge.service;
+
+import com.example.commons.domain.entity.Rate;
+import com.example.commons.sevice.RateService;
+import com.example.recharge.mapper.RateMapper;
+import com.github.pagehelper.PageHelper;
+import com.github.pagehelper.PageInfo;
+import lombok.RequiredArgsConstructor;
+
+import org.springframework.stereotype.Service;
+import org.springframework.transaction.annotation.Transactional;
+
+import java.util.List;
+
+@Service
+@RequiredArgsConstructor
+
+public class RateServiceImpl implements RateService {
+ private final RateMapper rateMapper;
+ @Override
+ public int add(Rate rate) {
+ return rateMapper.insert(rate);
+ }
+
+ @Transactional
+ @Override
+ public int edit(Rate rate) {
+ return rateMapper.update(rate);
+ }
+
+ @Override
+ public void delete(Integer rateId) throws Exception {
+ int result = rateMapper.deleteById(rateId);
+ if(result == 0){
+ throw new Exception("未找到对应的记录,删除失败");
+ };
+ }
+
+ @Override
+ public Rate getById(Integer rateId) {
+ return rateMapper.selectById(rateId);
+ }
+
+ @Override
+ public List search(Rate rate) {
+ return rateMapper.select(rate);
+ }
+
+ @Override
+ public PageInfo searchForPage(Integer pageNum, Integer pageSize, Rate rate) {
+ PageHelper.startPage(pageNum, pageSize);
+ List list = rateMapper.select(rate);
+ return new PageInfo<>(list);
+ }
+}
diff --git a/gold-system/demo/recharge/src/main/java/com/example/recharge/service/RechargeServiceImpl.java b/gold-system/demo/recharge/src/main/java/com/example/recharge/service/RechargeServiceImpl.java
new file mode 100644
index 0000000..be01d09
--- /dev/null
+++ b/gold-system/demo/recharge/src/main/java/com/example/recharge/service/RechargeServiceImpl.java
@@ -0,0 +1,46 @@
+package com.example.recharge.service;
+
+import com.example.commons.domain.entity.Recharge;
+import com.example.commons.domain.vo.RechargeVo;
+import com.example.commons.sevice.RechargeService;
+import com.example.recharge.mapper.RechargeMapper;
+
+import com.github.pagehelper.PageHelper;
+import com.github.pagehelper.PageInfo;
+import lombok.RequiredArgsConstructor;
+import org.springframework.stereotype.Service;
+
+import java.util.List;
+
+@Service
+@RequiredArgsConstructor
+public class RechargeServiceImpl implements RechargeService {
+
+ private final RechargeMapper rechargeMapper;
+ @Override
+ public int add(Recharge recharge) throws Exception {
+ return rechargeMapper.insert(recharge);
+ }
+
+ @Override
+ public int edit(Recharge recharge) throws Exception {
+ return rechargeMapper.update(recharge);
+ }
+
+ @Override
+ public Recharge findById(int id) throws Exception {
+ return null;
+ }
+
+ @Override
+ public List search(RechargeVo rechargeVo) {
+ return rechargeMapper.select(rechargeVo);
+ }
+
+ @Override
+ public PageInfo searchForPage(Integer pageNum, Integer pageSize, RechargeVo rechargeVo) {
+ PageHelper.startPage(pageNum, pageSize);
+ List list= rechargeMapper.select(rechargeVo);
+ return new PageInfo<>(list);
+ }
+}
diff --git a/gold-system/demo/recharge/src/main/resources/application.yml b/gold-system/demo/recharge/src/main/resources/application.yml
new file mode 100644
index 0000000..8b9b7a1
--- /dev/null
+++ b/gold-system/demo/recharge/src/main/resources/application.yml
@@ -0,0 +1,15 @@
+server:
+ port: 10010
+
+spring:
+ datasource:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://39.101.133.168/hwgold?&serverTimezone=Asia/Shanghai
+ username: hwgold
+ password: 'AGX4Z3YMxiCG3GR2'
+ application:
+ name: recharge
+mybatis:
+ configuration:
+ map-underscore-to-camel-case: true
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
\ No newline at end of file
diff --git a/gold-system/demo/recharge/src/test/java/com/example/recharge/RechargeApplicationTests.java b/gold-system/demo/recharge/src/test/java/com/example/recharge/RechargeApplicationTests.java
new file mode 100644
index 0000000..c35653d
--- /dev/null
+++ b/gold-system/demo/recharge/src/test/java/com/example/recharge/RechargeApplicationTests.java
@@ -0,0 +1,13 @@
+package com.example.recharge;
+
+import org.junit.jupiter.api.Test;
+import org.springframework.boot.test.context.SpringBootTest;
+
+@SpringBootTest
+class RechargeApplicationTests {
+
+ @Test
+ void contextLoads() {
+ }
+
+}
diff --git a/gold-system/demo/refund/.gitignore b/gold-system/demo/refund/.gitignore
new file mode 100644
index 0000000..549e00a
--- /dev/null
+++ b/gold-system/demo/refund/.gitignore
@@ -0,0 +1,33 @@
+HELP.md
+target/
+!.mvn/wrapper/maven-wrapper.jar
+!**/src/main/**/target/
+!**/src/test/**/target/
+
+### STS ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### NetBeans ###
+/nbproject/private/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+build/
+!**/src/main/**/build/
+!**/src/test/**/build/
+
+### VS Code ###
+.vscode/
diff --git a/gold-system/demo/refund/pom.xml b/gold-system/demo/refund/pom.xml
new file mode 100644
index 0000000..8e0d2ea
--- /dev/null
+++ b/gold-system/demo/refund/pom.xml
@@ -0,0 +1,73 @@
+
+
+ 4.0.0
+
+ com.example
+ refund
+ 0.0.1
+ refund
+ refund
+
+
+ com.example
+ demo
+ 0.0.1
+
+
+
+
+ com.example
+ commons
+ 0.0.1
+
+
+
+ org.mybatis.spring.boot
+ mybatis-spring-boot-starter
+ 3.0.3
+
+
+
+ org.springframework.boot
+ spring-boot-devtools
+ runtime
+ true
+
+
+ com.mysql
+ mysql-connector-j
+ runtime
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ org.mybatis.spring.boot
+ mybatis-spring-boot-starter-test
+ 3.0.3
+ test
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ org.projectlombok
+ lombok
+
+
+
+
+
+
+
+
diff --git a/gold-system/demo/refund/src/main/java/org/example/refund/RefundApplication.java b/gold-system/demo/refund/src/main/java/org/example/refund/RefundApplication.java
new file mode 100644
index 0000000..4f75a34
--- /dev/null
+++ b/gold-system/demo/refund/src/main/java/org/example/refund/RefundApplication.java
@@ -0,0 +1,13 @@
+package org.example.refund;
+
+import org.springframework.boot.SpringApplication;
+import org.springframework.boot.autoconfigure.SpringBootApplication;
+
+@SpringBootApplication
+public class RefundApplication {
+
+ public static void main(String[] args) {
+ SpringApplication.run(RefundApplication.class, args);
+ }
+
+}
diff --git a/gold-system/demo/refund/src/main/java/org/example/refund/controller/RefundController.java b/gold-system/demo/refund/src/main/java/org/example/refund/controller/RefundController.java
new file mode 100644
index 0000000..b6fc807
--- /dev/null
+++ b/gold-system/demo/refund/src/main/java/org/example/refund/controller/RefundController.java
@@ -0,0 +1,68 @@
+package org.example.refund.controller;
+
+import com.example.commons.domain.entity.Detail;
+import com.example.commons.domain.entity.Page;
+import com.example.commons.domain.vo.Result;
+import com.example.commons.sevice.RefundService;
+import lombok.RequiredArgsConstructor;
+import lombok.extern.slf4j.Slf4j;
+import org.apache.ibatis.annotations.Param;
+import org.springframework.util.ObjectUtils;
+import org.springframework.web.bind.annotation.*;
+
+import java.util.Arrays;
+
+@RestController
+@RequestMapping("/refund")
+@RequiredArgsConstructor
+@Slf4j
+@CrossOrigin
+public class RefundController {
+ private final RefundService refundService;
+
+ @PostMapping("/add")
+ public Result add(@RequestBody Detail detail) {
+// try {
+ refundService.add(detail);
+ return Result.success();
+// } catch (Exception e) {
+// log.warn(Arrays.toString(e.getStackTrace()));
+// return Result.error(e.getMessage());
+//// }
+ }
+
+ @PostMapping("/softDelete")
+ public Result softDelete(@RequestParam Integer detailId) {
+// try {
+ refundService.softDelete(detailId);
+ return Result.success();
+// } catch (Exception e) {
+// log.warn(Arrays.toString(e.getStackTrace()));
+// return Result.error(e.getMessage());
+// }
+ }
+
+ @PostMapping("/update")
+ public Result update(@RequestBody Detail newDetail) {
+ try {
+ refundService.edit(newDetail);
+ return Result.success();
+ } catch (Exception e) {
+ log.warn(Arrays.toString(e.getStackTrace()));
+ return Result.error(e.getMessage());
+ }
+ }
+
+ @PostMapping("/search")
+ public Result search(@RequestBody Page page) {
+ Integer pageNum = page.getPageNum();
+ Integer pageSize = page.getPageSize();
+ Detail detail = page.getDetail();
+
+ if (ObjectUtils.isEmpty(detail)) {
+ return Result.success(refundService.search(detail));
+ }else{
+ return Result.success(refundService.searchForPage(pageNum, pageSize,detail));
+ }
+ }
+}
diff --git a/gold-system/demo/refund/src/main/java/org/example/refund/mapper/RefundMapper.java b/gold-system/demo/refund/src/main/java/org/example/refund/mapper/RefundMapper.java
new file mode 100644
index 0000000..360c3aa
--- /dev/null
+++ b/gold-system/demo/refund/src/main/java/org/example/refund/mapper/RefundMapper.java
@@ -0,0 +1,54 @@
+package org.example.refund.mapper;
+
+import com.example.commons.domain.entity.Detail;
+import org.apache.ibatis.annotations.*;
+
+import java.util.List;
+
+@Mapper
+public interface RefundMapper {
+
+ @Insert({
+ "insert into detail",
+ "(jwcode,refund_type,refund_goods,recharge_coin,free_coin,task_coin,remark,admin_id,create_time)",
+ "values",
+ "(#{jwcode},#{refundType},#{refundGoods},#{rechargeCoin},#{freeCoin},#{taskCoin},#{remark},#{adminId},now())"
+ })
+ @Options(useGeneratedKeys = true, keyColumn = "detail_id", keyProperty = "detailId")
+ int insert(Detail detail);
+
+ @Update("update detail set detail_flag = 0 where detail_id = #{detailId}")
+ int update(@Param("detailId") Integer detailId);
+
+ @Select("select * from detail where detail_id = #{detailId} and detail_flag = 1")
+ Detail selectByDetailId(Integer detailId);
+
+
+ @Select({
+ ""
+ })
+ List select(Detail detail);
+}
diff --git a/gold-system/demo/refund/src/main/java/org/example/refund/service/RefundServiceImpl.java b/gold-system/demo/refund/src/main/java/org/example/refund/service/RefundServiceImpl.java
new file mode 100644
index 0000000..3af8de9
--- /dev/null
+++ b/gold-system/demo/refund/src/main/java/org/example/refund/service/RefundServiceImpl.java
@@ -0,0 +1,76 @@
+package org.example.refund.service;
+
+import com.example.commons.domain.entity.Detail;
+import com.example.commons.sevice.RefundService;
+import com.github.pagehelper.PageHelper;
+import com.github.pagehelper.PageInfo;
+import lombok.RequiredArgsConstructor;
+import org.example.refund.mapper.RefundMapper;
+import org.springframework.stereotype.Service;
+import org.springframework.transaction.annotation.Transactional;
+
+import java.util.List;
+
+
+@RequiredArgsConstructor
+@Transactional
+@Service
+public class RefundServiceImpl implements RefundService {
+ private final RefundMapper refundMapper;
+ @Override
+ public int add(Detail detail) {
+ return refundMapper.insert(detail);
+ }
+
+
+ //自动软删除数据加更新数据
+ @Override
+ public void edit(Detail newDetail) {
+ // 获取旧的明细记录
+ Detail oldDetail = refundMapper.selectByDetailId(newDetail.getDetailId());
+
+ if (oldDetail == null || oldDetail.getDetailFlag() ==0) {
+ throw new IllegalArgumentException("该记录不存在或已被隐藏!");
+ }
+
+ // 软删除旧记录
+ refundMapper.update(oldDetail.getDetailId());
+
+ // 将新的字段值复制到旧记录中,未修改的字段保持旧值
+ if (newDetail.getJwcode() == null) newDetail.setJwcode(oldDetail.getJwcode());
+ if (newDetail.getRefundType() == null) newDetail.setRefundType(oldDetail.getRefundType());
+ if (newDetail.getRefundGoods() == null) newDetail.setRefundGoods(oldDetail.getRefundGoods());
+ if (newDetail.getRechargeCoin() == null) newDetail.setRechargeCoin(oldDetail.getRechargeCoin());
+ if (newDetail.getFreeCoin() == null) newDetail.setFreeCoin(oldDetail.getFreeCoin());
+ if (newDetail.getTaskCoin() == null) newDetail.setTaskCoin(oldDetail.getTaskCoin());
+ if (newDetail.getRemark() == null) newDetail.setRemark(oldDetail.getRemark());
+ if (newDetail.getAdminId() == null) newDetail.setAdminId(oldDetail.getAdminId());
+
+ // 插入新记录
+ newDetail.setDetailId(null); // 清空 ID,让其自动生成
+ newDetail.setDetailFlag(1); // 确保新记录未被删除
+ refundMapper.insert(newDetail);
+ }
+
+ @Override
+ public int softDelete(Integer detailId) {
+ return refundMapper.update(detailId);
+ }
+
+ @Override
+ public Detail selectByDetailId(Integer detailId) {
+ return refundMapper.selectByDetailId(detailId);
+ }
+
+ @Override
+ public List search(Detail detail) {
+ return refundMapper.select(detail);
+ }
+
+ @Override
+ public PageInfo searchForPage(Integer pageNum, Integer pageSize, Detail detail) {
+ PageHelper.startPage(pageNum, pageSize);
+ List list = refundMapper.select(detail);
+ return new PageInfo<>(list);
+ }
+}
diff --git a/gold-system/demo/refund/src/main/resources/application.yml b/gold-system/demo/refund/src/main/resources/application.yml
new file mode 100644
index 0000000..5281618
--- /dev/null
+++ b/gold-system/demo/refund/src/main/resources/application.yml
@@ -0,0 +1,15 @@
+server:
+ port: 10040
+
+spring:
+ datasource:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://39.101.133.168/hwgold?&serverTimezone=Asia/Shanghai
+ username: hwgold
+ password: 'AGX4Z3YMxiCG3GR2'
+ application:
+ name: refund
+mybatis:
+ configuration:
+ map-underscore-to-camel-case: true
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
\ No newline at end of file
diff --git a/gold-system/demo/refund/src/main/resources/static/index.html b/gold-system/demo/refund/src/main/resources/static/index.html
new file mode 100644
index 0000000..89bb8ba
--- /dev/null
+++ b/gold-system/demo/refund/src/main/resources/static/index.html
@@ -0,0 +1,6 @@
+
+
+hello word!!!
+this is a html page
+
+
\ No newline at end of file
diff --git a/gold-system/demo/refund/src/test/java/org/example/refund/RefundApplicationTests.java b/gold-system/demo/refund/src/test/java/org/example/refund/RefundApplicationTests.java
new file mode 100644
index 0000000..bbf1275
--- /dev/null
+++ b/gold-system/demo/refund/src/test/java/org/example/refund/RefundApplicationTests.java
@@ -0,0 +1,13 @@
+package org.example.refund;
+
+import org.junit.jupiter.api.Test;
+import org.springframework.boot.test.context.SpringBootTest;
+
+@SpringBootTest
+class RefundApplicationTests {
+
+ @Test
+ void contextLoads() {
+ }
+
+}
diff --git a/gold-system/demo/user/.gitattributes b/gold-system/demo/user/.gitattributes
new file mode 100644
index 0000000..3b41682
--- /dev/null
+++ b/gold-system/demo/user/.gitattributes
@@ -0,0 +1,2 @@
+/mvnw text eol=lf
+*.cmd text eol=crlf
diff --git a/gold-system/demo/user/.gitignore b/gold-system/demo/user/.gitignore
new file mode 100644
index 0000000..549e00a
--- /dev/null
+++ b/gold-system/demo/user/.gitignore
@@ -0,0 +1,33 @@
+HELP.md
+target/
+!.mvn/wrapper/maven-wrapper.jar
+!**/src/main/**/target/
+!**/src/test/**/target/
+
+### STS ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### NetBeans ###
+/nbproject/private/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+build/
+!**/src/main/**/build/
+!**/src/test/**/build/
+
+### VS Code ###
+.vscode/
diff --git a/gold-system/demo/user/.mvn/wrapper/maven-wrapper.properties b/gold-system/demo/user/.mvn/wrapper/maven-wrapper.properties
new file mode 100644
index 0000000..d58dfb7
--- /dev/null
+++ b/gold-system/demo/user/.mvn/wrapper/maven-wrapper.properties
@@ -0,0 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+wrapperVersion=3.3.2
+distributionType=only-script
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
diff --git a/gold-system/demo/user/mvnw b/gold-system/demo/user/mvnw
new file mode 100644
index 0000000..19529dd
--- /dev/null
+++ b/gold-system/demo/user/mvnw
@@ -0,0 +1,259 @@
+#!/bin/sh
+# ----------------------------------------------------------------------------
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+# ----------------------------------------------------------------------------
+
+# ----------------------------------------------------------------------------
+# Apache Maven Wrapper startup batch script, version 3.3.2
+#
+# Optional ENV vars
+# -----------------
+# JAVA_HOME - location of a JDK home dir, required when download maven via java source
+# MVNW_REPOURL - repo url base for downloading maven distribution
+# MVNW_USERNAME/MVNW_PASSWORD - user and password for downloading maven
+# MVNW_VERBOSE - true: enable verbose log; debug: trace the mvnw script; others: silence the output
+# ----------------------------------------------------------------------------
+
+set -euf
+[ "${MVNW_VERBOSE-}" != debug ] || set -x
+
+# OS specific support.
+native_path() { printf %s\\n "$1"; }
+case "$(uname)" in
+CYGWIN* | MINGW*)
+ [ -z "${JAVA_HOME-}" ] || JAVA_HOME="$(cygpath --unix "$JAVA_HOME")"
+ native_path() { cygpath --path --windows "$1"; }
+ ;;
+esac
+
+# set JAVACMD and JAVACCMD
+set_java_home() {
+ # For Cygwin and MinGW, ensure paths are in Unix format before anything is touched
+ if [ -n "${JAVA_HOME-}" ]; then
+ if [ -x "$JAVA_HOME/jre/sh/java" ]; then
+ # IBM's JDK on AIX uses strange locations for the executables
+ JAVACMD="$JAVA_HOME/jre/sh/java"
+ JAVACCMD="$JAVA_HOME/jre/sh/javac"
+ else
+ JAVACMD="$JAVA_HOME/bin/java"
+ JAVACCMD="$JAVA_HOME/bin/javac"
+
+ if [ ! -x "$JAVACMD" ] || [ ! -x "$JAVACCMD" ]; then
+ echo "The JAVA_HOME environment variable is not defined correctly, so mvnw cannot run." >&2
+ echo "JAVA_HOME is set to \"$JAVA_HOME\", but \"\$JAVA_HOME/bin/java\" or \"\$JAVA_HOME/bin/javac\" does not exist." >&2
+ return 1
+ fi
+ fi
+ else
+ JAVACMD="$(
+ 'set' +e
+ 'unset' -f command 2>/dev/null
+ 'command' -v java
+ )" || :
+ JAVACCMD="$(
+ 'set' +e
+ 'unset' -f command 2>/dev/null
+ 'command' -v javac
+ )" || :
+
+ if [ ! -x "${JAVACMD-}" ] || [ ! -x "${JAVACCMD-}" ]; then
+ echo "The java/javac command does not exist in PATH nor is JAVA_HOME set, so mvnw cannot run." >&2
+ return 1
+ fi
+ fi
+}
+
+# hash string like Java String::hashCode
+hash_string() {
+ str="${1:-}" h=0
+ while [ -n "$str" ]; do
+ char="${str%"${str#?}"}"
+ h=$(((h * 31 + $(LC_CTYPE=C printf %d "'$char")) % 4294967296))
+ str="${str#?}"
+ done
+ printf %x\\n $h
+}
+
+verbose() { :; }
+[ "${MVNW_VERBOSE-}" != true ] || verbose() { printf %s\\n "${1-}"; }
+
+die() {
+ printf %s\\n "$1" >&2
+ exit 1
+}
+
+trim() {
+ # MWRAPPER-139:
+ # Trims trailing and leading whitespace, carriage returns, tabs, and linefeeds.
+ # Needed for removing poorly interpreted newline sequences when running in more
+ # exotic environments such as mingw bash on Windows.
+ printf "%s" "${1}" | tr -d '[:space:]'
+}
+
+# parse distributionUrl and optional distributionSha256Sum, requires .mvn/wrapper/maven-wrapper.properties
+while IFS="=" read -r key value; do
+ case "${key-}" in
+ distributionUrl) distributionUrl=$(trim "${value-}") ;;
+ distributionSha256Sum) distributionSha256Sum=$(trim "${value-}") ;;
+ esac
+done <"${0%/*}/.mvn/wrapper/maven-wrapper.properties"
+[ -n "${distributionUrl-}" ] || die "cannot read distributionUrl property in ${0%/*}/.mvn/wrapper/maven-wrapper.properties"
+
+case "${distributionUrl##*/}" in
+maven-mvnd-*bin.*)
+ MVN_CMD=mvnd.sh _MVNW_REPO_PATTERN=/maven/mvnd/
+ case "${PROCESSOR_ARCHITECTURE-}${PROCESSOR_ARCHITEW6432-}:$(uname -a)" in
+ *AMD64:CYGWIN* | *AMD64:MINGW*) distributionPlatform=windows-amd64 ;;
+ :Darwin*x86_64) distributionPlatform=darwin-amd64 ;;
+ :Darwin*arm64) distributionPlatform=darwin-aarch64 ;;
+ :Linux*x86_64*) distributionPlatform=linux-amd64 ;;
+ *)
+ echo "Cannot detect native platform for mvnd on $(uname)-$(uname -m), use pure java version" >&2
+ distributionPlatform=linux-amd64
+ ;;
+ esac
+ distributionUrl="${distributionUrl%-bin.*}-$distributionPlatform.zip"
+ ;;
+maven-mvnd-*) MVN_CMD=mvnd.sh _MVNW_REPO_PATTERN=/maven/mvnd/ ;;
+*) MVN_CMD="mvn${0##*/mvnw}" _MVNW_REPO_PATTERN=/org/apache/maven/ ;;
+esac
+
+# apply MVNW_REPOURL and calculate MAVEN_HOME
+# maven home pattern: ~/.m2/wrapper/dists/{apache-maven-,maven-mvnd--}/
+[ -z "${MVNW_REPOURL-}" ] || distributionUrl="$MVNW_REPOURL$_MVNW_REPO_PATTERN${distributionUrl#*"$_MVNW_REPO_PATTERN"}"
+distributionUrlName="${distributionUrl##*/}"
+distributionUrlNameMain="${distributionUrlName%.*}"
+distributionUrlNameMain="${distributionUrlNameMain%-bin}"
+MAVEN_USER_HOME="${MAVEN_USER_HOME:-${HOME}/.m2}"
+MAVEN_HOME="${MAVEN_USER_HOME}/wrapper/dists/${distributionUrlNameMain-}/$(hash_string "$distributionUrl")"
+
+exec_maven() {
+ unset MVNW_VERBOSE MVNW_USERNAME MVNW_PASSWORD MVNW_REPOURL || :
+ exec "$MAVEN_HOME/bin/$MVN_CMD" "$@" || die "cannot exec $MAVEN_HOME/bin/$MVN_CMD"
+}
+
+if [ -d "$MAVEN_HOME" ]; then
+ verbose "found existing MAVEN_HOME at $MAVEN_HOME"
+ exec_maven "$@"
+fi
+
+case "${distributionUrl-}" in
+*?-bin.zip | *?maven-mvnd-?*-?*.zip) ;;
+*) die "distributionUrl is not valid, must match *-bin.zip or maven-mvnd-*.zip, but found '${distributionUrl-}'" ;;
+esac
+
+# prepare tmp dir
+if TMP_DOWNLOAD_DIR="$(mktemp -d)" && [ -d "$TMP_DOWNLOAD_DIR" ]; then
+ clean() { rm -rf -- "$TMP_DOWNLOAD_DIR"; }
+ trap clean HUP INT TERM EXIT
+else
+ die "cannot create temp dir"
+fi
+
+mkdir -p -- "${MAVEN_HOME%/*}"
+
+# Download and Install Apache Maven
+verbose "Couldn't find MAVEN_HOME, downloading and installing it ..."
+verbose "Downloading from: $distributionUrl"
+verbose "Downloading to: $TMP_DOWNLOAD_DIR/$distributionUrlName"
+
+# select .zip or .tar.gz
+if ! command -v unzip >/dev/null; then
+ distributionUrl="${distributionUrl%.zip}.tar.gz"
+ distributionUrlName="${distributionUrl##*/}"
+fi
+
+# verbose opt
+__MVNW_QUIET_WGET=--quiet __MVNW_QUIET_CURL=--silent __MVNW_QUIET_UNZIP=-q __MVNW_QUIET_TAR=''
+[ "${MVNW_VERBOSE-}" != true ] || __MVNW_QUIET_WGET='' __MVNW_QUIET_CURL='' __MVNW_QUIET_UNZIP='' __MVNW_QUIET_TAR=v
+
+# normalize http auth
+case "${MVNW_PASSWORD:+has-password}" in
+'') MVNW_USERNAME='' MVNW_PASSWORD='' ;;
+has-password) [ -n "${MVNW_USERNAME-}" ] || MVNW_USERNAME='' MVNW_PASSWORD='' ;;
+esac
+
+if [ -z "${MVNW_USERNAME-}" ] && command -v wget >/dev/null; then
+ verbose "Found wget ... using wget"
+ wget ${__MVNW_QUIET_WGET:+"$__MVNW_QUIET_WGET"} "$distributionUrl" -O "$TMP_DOWNLOAD_DIR/$distributionUrlName" || die "wget: Failed to fetch $distributionUrl"
+elif [ -z "${MVNW_USERNAME-}" ] && command -v curl >/dev/null; then
+ verbose "Found curl ... using curl"
+ curl ${__MVNW_QUIET_CURL:+"$__MVNW_QUIET_CURL"} -f -L -o "$TMP_DOWNLOAD_DIR/$distributionUrlName" "$distributionUrl" || die "curl: Failed to fetch $distributionUrl"
+elif set_java_home; then
+ verbose "Falling back to use Java to download"
+ javaSource="$TMP_DOWNLOAD_DIR/Downloader.java"
+ targetZip="$TMP_DOWNLOAD_DIR/$distributionUrlName"
+ cat >"$javaSource" <<-END
+ public class Downloader extends java.net.Authenticator
+ {
+ protected java.net.PasswordAuthentication getPasswordAuthentication()
+ {
+ return new java.net.PasswordAuthentication( System.getenv( "MVNW_USERNAME" ), System.getenv( "MVNW_PASSWORD" ).toCharArray() );
+ }
+ public static void main( String[] args ) throws Exception
+ {
+ setDefault( new Downloader() );
+ java.nio.file.Files.copy( java.net.URI.create( args[0] ).toURL().openStream(), java.nio.file.Paths.get( args[1] ).toAbsolutePath().normalize() );
+ }
+ }
+ END
+ # For Cygwin/MinGW, switch paths to Windows format before running javac and java
+ verbose " - Compiling Downloader.java ..."
+ "$(native_path "$JAVACCMD")" "$(native_path "$javaSource")" || die "Failed to compile Downloader.java"
+ verbose " - Running Downloader.java ..."
+ "$(native_path "$JAVACMD")" -cp "$(native_path "$TMP_DOWNLOAD_DIR")" Downloader "$distributionUrl" "$(native_path "$targetZip")"
+fi
+
+# If specified, validate the SHA-256 sum of the Maven distribution zip file
+if [ -n "${distributionSha256Sum-}" ]; then
+ distributionSha256Result=false
+ if [ "$MVN_CMD" = mvnd.sh ]; then
+ echo "Checksum validation is not supported for maven-mvnd." >&2
+ echo "Please disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties." >&2
+ exit 1
+ elif command -v sha256sum >/dev/null; then
+ if echo "$distributionSha256Sum $TMP_DOWNLOAD_DIR/$distributionUrlName" | sha256sum -c >/dev/null 2>&1; then
+ distributionSha256Result=true
+ fi
+ elif command -v shasum >/dev/null; then
+ if echo "$distributionSha256Sum $TMP_DOWNLOAD_DIR/$distributionUrlName" | shasum -a 256 -c >/dev/null 2>&1; then
+ distributionSha256Result=true
+ fi
+ else
+ echo "Checksum validation was requested but neither 'sha256sum' or 'shasum' are available." >&2
+ echo "Please install either command, or disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties." >&2
+ exit 1
+ fi
+ if [ $distributionSha256Result = false ]; then
+ echo "Error: Failed to validate Maven distribution SHA-256, your Maven distribution might be compromised." >&2
+ echo "If you updated your Maven version, you need to update the specified distributionSha256Sum property." >&2
+ exit 1
+ fi
+fi
+
+# unzip and move
+if command -v unzip >/dev/null; then
+ unzip ${__MVNW_QUIET_UNZIP:+"$__MVNW_QUIET_UNZIP"} "$TMP_DOWNLOAD_DIR/$distributionUrlName" -d "$TMP_DOWNLOAD_DIR" || die "failed to unzip"
+else
+ tar xzf${__MVNW_QUIET_TAR:+"$__MVNW_QUIET_TAR"} "$TMP_DOWNLOAD_DIR/$distributionUrlName" -C "$TMP_DOWNLOAD_DIR" || die "failed to untar"
+fi
+printf %s\\n "$distributionUrl" >"$TMP_DOWNLOAD_DIR/$distributionUrlNameMain/mvnw.url"
+mv -- "$TMP_DOWNLOAD_DIR/$distributionUrlNameMain" "$MAVEN_HOME" || [ -d "$MAVEN_HOME" ] || die "fail to move MAVEN_HOME"
+
+clean || :
+exec_maven "$@"
diff --git a/gold-system/demo/user/mvnw.cmd b/gold-system/demo/user/mvnw.cmd
new file mode 100644
index 0000000..249bdf3
--- /dev/null
+++ b/gold-system/demo/user/mvnw.cmd
@@ -0,0 +1,149 @@
+<# : batch portion
+@REM ----------------------------------------------------------------------------
+@REM Licensed to the Apache Software Foundation (ASF) under one
+@REM or more contributor license agreements. See the NOTICE file
+@REM distributed with this work for additional information
+@REM regarding copyright ownership. The ASF licenses this file
+@REM to you under the Apache License, Version 2.0 (the
+@REM "License"); you may not use this file except in compliance
+@REM with the License. You may obtain a copy of the License at
+@REM
+@REM http://www.apache.org/licenses/LICENSE-2.0
+@REM
+@REM Unless required by applicable law or agreed to in writing,
+@REM software distributed under the License is distributed on an
+@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+@REM KIND, either express or implied. See the License for the
+@REM specific language governing permissions and limitations
+@REM under the License.
+@REM ----------------------------------------------------------------------------
+
+@REM ----------------------------------------------------------------------------
+@REM Apache Maven Wrapper startup batch script, version 3.3.2
+@REM
+@REM Optional ENV vars
+@REM MVNW_REPOURL - repo url base for downloading maven distribution
+@REM MVNW_USERNAME/MVNW_PASSWORD - user and password for downloading maven
+@REM MVNW_VERBOSE - true: enable verbose log; others: silence the output
+@REM ----------------------------------------------------------------------------
+
+@IF "%__MVNW_ARG0_NAME__%"=="" (SET __MVNW_ARG0_NAME__=%~nx0)
+@SET __MVNW_CMD__=
+@SET __MVNW_ERROR__=
+@SET __MVNW_PSMODULEP_SAVE=%PSModulePath%
+@SET PSModulePath=
+@FOR /F "usebackq tokens=1* delims==" %%A IN (`powershell -noprofile "& {$scriptDir='%~dp0'; $script='%__MVNW_ARG0_NAME__%'; icm -ScriptBlock ([Scriptblock]::Create((Get-Content -Raw '%~f0'))) -NoNewScope}"`) DO @(
+ IF "%%A"=="MVN_CMD" (set __MVNW_CMD__=%%B) ELSE IF "%%B"=="" (echo %%A) ELSE (echo %%A=%%B)
+)
+@SET PSModulePath=%__MVNW_PSMODULEP_SAVE%
+@SET __MVNW_PSMODULEP_SAVE=
+@SET __MVNW_ARG0_NAME__=
+@SET MVNW_USERNAME=
+@SET MVNW_PASSWORD=
+@IF NOT "%__MVNW_CMD__%"=="" (%__MVNW_CMD__% %*)
+@echo Cannot start maven from wrapper >&2 && exit /b 1
+@GOTO :EOF
+: end batch / begin powershell #>
+
+$ErrorActionPreference = "Stop"
+if ($env:MVNW_VERBOSE -eq "true") {
+ $VerbosePreference = "Continue"
+}
+
+# calculate distributionUrl, requires .mvn/wrapper/maven-wrapper.properties
+$distributionUrl = (Get-Content -Raw "$scriptDir/.mvn/wrapper/maven-wrapper.properties" | ConvertFrom-StringData).distributionUrl
+if (!$distributionUrl) {
+ Write-Error "cannot read distributionUrl property in $scriptDir/.mvn/wrapper/maven-wrapper.properties"
+}
+
+switch -wildcard -casesensitive ( $($distributionUrl -replace '^.*/','') ) {
+ "maven-mvnd-*" {
+ $USE_MVND = $true
+ $distributionUrl = $distributionUrl -replace '-bin\.[^.]*$',"-windows-amd64.zip"
+ $MVN_CMD = "mvnd.cmd"
+ break
+ }
+ default {
+ $USE_MVND = $false
+ $MVN_CMD = $script -replace '^mvnw','mvn'
+ break
+ }
+}
+
+# apply MVNW_REPOURL and calculate MAVEN_HOME
+# maven home pattern: ~/.m2/wrapper/dists/{apache-maven-,maven-mvnd--}/
+if ($env:MVNW_REPOURL) {
+ $MVNW_REPO_PATTERN = if ($USE_MVND) { "/org/apache/maven/" } else { "/maven/mvnd/" }
+ $distributionUrl = "$env:MVNW_REPOURL$MVNW_REPO_PATTERN$($distributionUrl -replace '^.*'+$MVNW_REPO_PATTERN,'')"
+}
+$distributionUrlName = $distributionUrl -replace '^.*/',''
+$distributionUrlNameMain = $distributionUrlName -replace '\.[^.]*$','' -replace '-bin$',''
+$MAVEN_HOME_PARENT = "$HOME/.m2/wrapper/dists/$distributionUrlNameMain"
+if ($env:MAVEN_USER_HOME) {
+ $MAVEN_HOME_PARENT = "$env:MAVEN_USER_HOME/wrapper/dists/$distributionUrlNameMain"
+}
+$MAVEN_HOME_NAME = ([System.Security.Cryptography.MD5]::Create().ComputeHash([byte[]][char[]]$distributionUrl) | ForEach-Object {$_.ToString("x2")}) -join ''
+$MAVEN_HOME = "$MAVEN_HOME_PARENT/$MAVEN_HOME_NAME"
+
+if (Test-Path -Path "$MAVEN_HOME" -PathType Container) {
+ Write-Verbose "found existing MAVEN_HOME at $MAVEN_HOME"
+ Write-Output "MVN_CMD=$MAVEN_HOME/bin/$MVN_CMD"
+ exit $?
+}
+
+if (! $distributionUrlNameMain -or ($distributionUrlName -eq $distributionUrlNameMain)) {
+ Write-Error "distributionUrl is not valid, must end with *-bin.zip, but found $distributionUrl"
+}
+
+# prepare tmp dir
+$TMP_DOWNLOAD_DIR_HOLDER = New-TemporaryFile
+$TMP_DOWNLOAD_DIR = New-Item -Itemtype Directory -Path "$TMP_DOWNLOAD_DIR_HOLDER.dir"
+$TMP_DOWNLOAD_DIR_HOLDER.Delete() | Out-Null
+trap {
+ if ($TMP_DOWNLOAD_DIR.Exists) {
+ try { Remove-Item $TMP_DOWNLOAD_DIR -Recurse -Force | Out-Null }
+ catch { Write-Warning "Cannot remove $TMP_DOWNLOAD_DIR" }
+ }
+}
+
+New-Item -Itemtype Directory -Path "$MAVEN_HOME_PARENT" -Force | Out-Null
+
+# Download and Install Apache Maven
+Write-Verbose "Couldn't find MAVEN_HOME, downloading and installing it ..."
+Write-Verbose "Downloading from: $distributionUrl"
+Write-Verbose "Downloading to: $TMP_DOWNLOAD_DIR/$distributionUrlName"
+
+$webclient = New-Object System.Net.WebClient
+if ($env:MVNW_USERNAME -and $env:MVNW_PASSWORD) {
+ $webclient.Credentials = New-Object System.Net.NetworkCredential($env:MVNW_USERNAME, $env:MVNW_PASSWORD)
+}
+[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
+$webclient.DownloadFile($distributionUrl, "$TMP_DOWNLOAD_DIR/$distributionUrlName") | Out-Null
+
+# If specified, validate the SHA-256 sum of the Maven distribution zip file
+$distributionSha256Sum = (Get-Content -Raw "$scriptDir/.mvn/wrapper/maven-wrapper.properties" | ConvertFrom-StringData).distributionSha256Sum
+if ($distributionSha256Sum) {
+ if ($USE_MVND) {
+ Write-Error "Checksum validation is not supported for maven-mvnd. `nPlease disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties."
+ }
+ Import-Module $PSHOME\Modules\Microsoft.PowerShell.Utility -Function Get-FileHash
+ if ((Get-FileHash "$TMP_DOWNLOAD_DIR/$distributionUrlName" -Algorithm SHA256).Hash.ToLower() -ne $distributionSha256Sum) {
+ Write-Error "Error: Failed to validate Maven distribution SHA-256, your Maven distribution might be compromised. If you updated your Maven version, you need to update the specified distributionSha256Sum property."
+ }
+}
+
+# unzip and move
+Expand-Archive "$TMP_DOWNLOAD_DIR/$distributionUrlName" -DestinationPath "$TMP_DOWNLOAD_DIR" | Out-Null
+Rename-Item -Path "$TMP_DOWNLOAD_DIR/$distributionUrlNameMain" -NewName $MAVEN_HOME_NAME | Out-Null
+try {
+ Move-Item -Path "$TMP_DOWNLOAD_DIR/$MAVEN_HOME_NAME" -Destination $MAVEN_HOME_PARENT | Out-Null
+} catch {
+ if (! (Test-Path -Path "$MAVEN_HOME" -PathType Container)) {
+ Write-Error "fail to move MAVEN_HOME"
+ }
+} finally {
+ try { Remove-Item $TMP_DOWNLOAD_DIR -Recurse -Force | Out-Null }
+ catch { Write-Warning "Cannot remove $TMP_DOWNLOAD_DIR" }
+}
+
+Write-Output "MVN_CMD=$MAVEN_HOME/bin/$MVN_CMD"
diff --git a/gold-system/demo/user/pom.xml b/gold-system/demo/user/pom.xml
new file mode 100644
index 0000000..e1dcc8e
--- /dev/null
+++ b/gold-system/demo/user/pom.xml
@@ -0,0 +1,73 @@
+
+
+ 4.0.0
+
+ com.example
+ user
+ 0.0.1-SNAPSHOT
+ user
+ user
+
+
+ com.example
+ demo
+ 0.0.1
+
+
+
+
+ com.example
+ commons
+ 0.0.1
+
+
+
+
+ org.mybatis.spring.boot
+ mybatis-spring-boot-starter
+ 3.0.3
+
+
+
+ org.springframework.boot
+ spring-boot-devtools
+ runtime
+ true
+
+
+ com.mysql
+ mysql-connector-j
+ runtime
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ org.mybatis.spring.boot
+ mybatis-spring-boot-starter-test
+ 3.0.3
+ test
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+ org.projectlombok
+ lombok
+
+
+
+
+
+
+
+
diff --git a/gold-system/demo/user/src/main/java/com/example/user/UserApplication.java b/gold-system/demo/user/src/main/java/com/example/user/UserApplication.java
new file mode 100644
index 0000000..d91955c
--- /dev/null
+++ b/gold-system/demo/user/src/main/java/com/example/user/UserApplication.java
@@ -0,0 +1,13 @@
+package com.example.user;
+
+import org.springframework.boot.SpringApplication;
+import org.springframework.boot.autoconfigure.SpringBootApplication;
+
+@SpringBootApplication
+public class UserApplication {
+
+ public static void main(String[] args) {
+ SpringApplication.run(UserApplication.class, args);
+ }
+
+}
diff --git a/gold-system/demo/user/src/main/java/com/example/user/controller/UserController.java b/gold-system/demo/user/src/main/java/com/example/user/controller/UserController.java
new file mode 100644
index 0000000..5683e13
--- /dev/null
+++ b/gold-system/demo/user/src/main/java/com/example/user/controller/UserController.java
@@ -0,0 +1,21 @@
+package com.example.user.controller;
+
+import com.example.commons.domain.entity.User;
+import com.example.commons.domain.vo.Result;
+import com.example.commons.sevice.UserSevice;
+import lombok.RequiredArgsConstructor;
+import lombok.extern.slf4j.Slf4j;
+import org.springframework.web.bind.annotation.*;
+
+@RestController
+@RequestMapping("/recharge/user")
+@RequiredArgsConstructor
+@Slf4j
+@CrossOrigin
+public class UserController {
+ private final UserSevice userSevice;
+ @PostMapping
+ public Result User(@RequestBody User user) {
+ return Result.success(userSevice.search(user));
+ }
+}
diff --git a/gold-system/demo/user/src/main/java/com/example/user/mapper/UserMapper.java b/gold-system/demo/user/src/main/java/com/example/user/mapper/UserMapper.java
new file mode 100644
index 0000000..2bd6966
--- /dev/null
+++ b/gold-system/demo/user/src/main/java/com/example/user/mapper/UserMapper.java
@@ -0,0 +1,16 @@
+package com.example.user.mapper;
+
+import com.example.commons.domain.entity.Audit;
+import com.example.commons.domain.entity.User;
+import org.apache.ibatis.annotations.Mapper;
+import org.apache.ibatis.annotations.Select;
+
+import java.util.List;
+
+@Mapper
+public interface UserMapper {
+ @Select({
+ "select * from user where homily_id=#{homilyId}"
+ })
+ List select(User user);
+}
diff --git a/gold-system/demo/user/src/main/java/com/example/user/service/UserServiceImpl.java b/gold-system/demo/user/src/main/java/com/example/user/service/UserServiceImpl.java
new file mode 100644
index 0000000..e278e3d
--- /dev/null
+++ b/gold-system/demo/user/src/main/java/com/example/user/service/UserServiceImpl.java
@@ -0,0 +1,33 @@
+package com.example.user.service;
+
+import com.example.commons.domain.entity.Recharge;
+import com.example.commons.domain.entity.User;
+import com.example.commons.sevice.UserSevice;
+import com.example.user.mapper.UserMapper;
+import com.github.pagehelper.PageHelper;
+import com.github.pagehelper.PageInfo;
+import lombok.RequiredArgsConstructor;
+import org.springframework.stereotype.Service;
+import org.springframework.transaction.annotation.Transactional;
+import org.springframework.web.bind.annotation.RequestMapping;
+
+import java.util.List;
+
+@Service
+@RequiredArgsConstructor
+public class UserServiceImpl implements UserSevice {
+
+ private final UserMapper userMapper;
+
+ @Override
+ public List search(User user) {
+ return userMapper.select(user);
+ }
+
+ @Override
+ public PageInfo searchForPage(Integer pageNum, Integer pageSize, User user) {
+ PageHelper.startPage(pageNum,pageSize);
+ List list= userMapper.select(user);
+ return new PageInfo<>(list);
+ }
+}
diff --git a/gold-system/demo/user/src/main/resources/application.yml b/gold-system/demo/user/src/main/resources/application.yml
new file mode 100644
index 0000000..a9da9f4
--- /dev/null
+++ b/gold-system/demo/user/src/main/resources/application.yml
@@ -0,0 +1,14 @@
+server:
+ port: 10020
+spring:
+ datasource:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://39.101.133.168/hwgold?serverTimezone=GMT%2b8
+ username: hwgold
+ password: 'AGX4Z3YMxiCG3GR2'
+ application:
+ name: recharge
+mybatis:
+ configuration:
+ map-underscore-to-camel-case: true
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
\ No newline at end of file
diff --git a/gold-system/demo/user/src/test/java/com/example/user/UserApplicationTests.java b/gold-system/demo/user/src/test/java/com/example/user/UserApplicationTests.java
new file mode 100644
index 0000000..7d73788
--- /dev/null
+++ b/gold-system/demo/user/src/test/java/com/example/user/UserApplicationTests.java
@@ -0,0 +1,13 @@
+package com.example.user;
+
+import org.junit.jupiter.api.Test;
+import org.springframework.boot.test.context.SpringBootTest;
+
+@SpringBootTest
+class UserApplicationTests {
+
+ @Test
+ void contextLoads() {
+ }
+
+}
diff --git a/gold-system/vue/gold-system/.gitignore b/gold-system/vue/gold-system/.gitignore
new file mode 100644
index 0000000..a547bf3
--- /dev/null
+++ b/gold-system/vue/gold-system/.gitignore
@@ -0,0 +1,24 @@
+# Logs
+logs
+*.log
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+lerna-debug.log*
+
+node_modules
+dist
+dist-ssr
+*.local
+
+# Editor directories and files
+.vscode/*
+!.vscode/extensions.json
+.idea
+.DS_Store
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw?
diff --git a/gold-system/vue/gold-system/.vscode/extensions.json b/gold-system/vue/gold-system/.vscode/extensions.json
new file mode 100644
index 0000000..a7cea0b
--- /dev/null
+++ b/gold-system/vue/gold-system/.vscode/extensions.json
@@ -0,0 +1,3 @@
+{
+ "recommendations": ["Vue.volar"]
+}
diff --git a/gold-system/vue/gold-system/README.md b/gold-system/vue/gold-system/README.md
new file mode 100644
index 0000000..33895ab
--- /dev/null
+++ b/gold-system/vue/gold-system/README.md
@@ -0,0 +1,5 @@
+# Vue 3 + TypeScript + Vite
+
+This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `
+