From 14ae15c62ebb740fedad04628a39cd40c69babe7 Mon Sep 17 00:00:00 2001
From: YANG <2162555658@qq.com>
Date: Fri, 28 Jun 2024 16:55:30 +0800
Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E6=96=87=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.classpath | 57 ++++
.idea/.name | 1 +
.idea/Sport.iml | 21 ++
.idea/compiler.xml | 13 +
.idea/encodings.xml | 7 +
.idea/inspectionProfiles/Project_Default.xml | 6 +
.idea/jarRepositories.xml | 20 ++
.idea/misc.xml | 13 +
.idea/modules.xml | 8 +
.idea/sqldialects.xml | 6 +
.idea/vcs.xml | 6 +
.idea/webContexts.xml | 13 +
.project | 57 ++++
pom.xml | 264 +++++++++++++++++++
14 files changed, 492 insertions(+)
create mode 100644 .classpath
create mode 100644 .idea/.name
create mode 100644 .idea/Sport.iml
create mode 100644 .idea/compiler.xml
create mode 100644 .idea/encodings.xml
create mode 100644 .idea/inspectionProfiles/Project_Default.xml
create mode 100644 .idea/jarRepositories.xml
create mode 100644 .idea/misc.xml
create mode 100644 .idea/modules.xml
create mode 100644 .idea/sqldialects.xml
create mode 100644 .idea/vcs.xml
create mode 100644 .idea/webContexts.xml
create mode 100644 .project
create mode 100644 pom.xml
diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..2a44123
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/.idea/.name b/.idea/.name
new file mode 100644
index 0000000..355ef1b
--- /dev/null
+++ b/.idea/.name
@@ -0,0 +1 @@
+spring
\ No newline at end of file
diff --git a/.idea/Sport.iml b/.idea/Sport.iml
new file mode 100644
index 0000000..c02b99a
--- /dev/null
+++ b/.idea/Sport.iml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
new file mode 100644
index 0000000..652ff09
--- /dev/null
+++ b/.idea/compiler.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
new file mode 100644
index 0000000..aa00ffa
--- /dev/null
+++ b/.idea/encodings.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 0000000..03d9549
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
new file mode 100644
index 0000000..712ab9d
--- /dev/null
+++ b/.idea/jarRepositories.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..fd27291
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..ebb13a4
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/sqldialects.xml b/.idea/sqldialects.xml
new file mode 100644
index 0000000..ff2ddb7
--- /dev/null
+++ b/.idea/sqldialects.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/webContexts.xml b/.idea/webContexts.xml
new file mode 100644
index 0000000..5b04347
--- /dev/null
+++ b/.idea/webContexts.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.project b/.project
new file mode 100644
index 0000000..1fa2ab8
--- /dev/null
+++ b/.project
@@ -0,0 +1,57 @@
+
+
+ spring
+
+
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+
+ org.eclipse.wst.common.project.facet.core.builder
+
+
+
+
+ org.eclipse.wst.validation.validationbuilder
+
+
+
+
+ org.springframework.ide.eclipse.core.springbuilder
+
+
+
+
+ org.springframework.ide.eclipse.boot.validation.springbootbuilder
+
+
+
+
+ org.eclipse.m2e.core.maven2Builder
+
+
+
+
+
+ org.springframework.ide.eclipse.core.springnature
+ org.eclipse.jdt.core.javanature
+ org.eclipse.m2e.core.maven2Nature
+ org.eclipse.wst.common.project.facet.core.nature
+ org.eclipse.wst.common.modulecore.ModuleCoreNature
+
+
+
+ 1718792625279
+
+ 30
+
+ org.eclipse.core.resources.regexFilterMatcher
+ node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__
+
+
+
+
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..c73a2bf
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,264 @@
+
+ 4.0.0
+ com.jlwl
+ ssm4o4c3
+ war
+ 1.0-SNAPSHOT
+
+
+ UTF-8
+ 5.0.0.RELEASE
+ 4.12
+ 1.1.0
+ 1.2.8
+ 2.3
+ 8.0.31
+ 1.2.17
+ 1.7.19
+ 1.8.8
+ 1.3.1
+ 1.2
+
+
+
+
+
+ junit
+ junit
+ ${junit.version}
+ test
+
+
+
+
+ org.springframework
+ spring-core
+ ${spring.version}
+ jar
+ compile
+
+
+ org.springframework
+ spring-context
+ ${spring.version}
+ jar
+ compile
+
+
+ org.springframework
+ spring-context-support
+ ${spring.version}
+ jar
+ compile
+
+
+ org.springframework
+ spring-tx
+ ${spring.version}
+ jar
+ compile
+
+
+ org.springframework
+ spring-aop
+ ${spring.version}
+ jar
+ compile
+
+
+ org.springframework
+ spring-beans
+ ${spring.version}
+ jar
+ compile
+
+
+ org.springframework
+ spring-jdbc
+ ${spring.version}
+ jar
+ compile
+
+
+
+
+ org.springframework
+ spring-web
+ ${spring.version}
+ jar
+ compile
+
+
+ org.springframework
+ spring-webmvc
+ ${spring.version}
+ jar
+ compile
+
+
+
+
+ org.aspectj
+ aspectjweaver
+ ${aspectjweaver.version}
+
+
+
+
+ commons-fileupload
+ commons-fileupload
+ ${fileupload.version}
+
+
+
+ javax.servlet
+ jstl
+ ${jstl.version}
+
+
+
+
+ com.baomidou
+ mybatis-plus
+ ${mybaitsplus.version}
+
+
+
+
+ mysql
+ mysql-connector-java
+ ${mysql.version}
+
+
+
+
+
+
+
+
+
+
+ com.microsoft.sqlserver
+ mssql-jdbc
+ 6.2.0.jre8
+ runtime
+
+
+
+
+ com.alibaba
+ druid
+ ${druid.version}
+
+
+
+
+ com.alibaba
+ fastjson
+ ${fastjson.version}
+
+
+
+
+ log4j
+ log4j
+ ${log4j.version}
+
+
+ org.slf4j
+ slf4j-api
+ ${slf4j.version}
+
+
+ org.slf4j
+ slf4j-log4j12
+ ${slf4j.version}
+
+
+
+ org.springframework
+ spring-test
+ ${spring.version}
+
+
+
+ org.apache.commons
+ commons-lang3
+ 3.0
+
+
+
+ javax.validation
+ validation-api
+ 2.0.1.Final
+
+
+
+ commons-io
+ commons-io
+ 2.5
+
+
+
+ cn.hutool
+ hutool-all
+ 4.0.12
+
+
+
+ org.apache.tomcat.embed
+ tomcat-embed-core
+ 9.0.29
+
+
+
+
+ commons-beanutils
+ commons-beanutils
+ 1.8.0
+
+
+
+
+ com.baidu.aip
+ java-sdk
+ 4.4.1
+
+
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+ 2.10.1
+
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ 2.10.1
+
+
+
+ org.codehaus.jackson
+ jackson-mapper-asl
+ 1.9.13
+
+
+
+
+
+
+ ssm4o4c3
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+
+ 1.7
+
+
+
+
+