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
+
+
+
+
+