From 20bae987cfc84cdb4d6aac481e7879cb8591081e Mon Sep 17 00:00:00 2001
From: YANG <2162555658@qq.com>
Date: Fri, 28 Jun 2024 19:02:10 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=9F=BA=E7=A1=80=E6=96=87?=
=?UTF-8?q?=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.classpath | 57 ------------
.gitignore | 0
.project | 57 ------------
README.md | 2 -
pom.xml | 264 -----------------------------------------------------
tset1.txt | 1 -
6 files changed, 381 deletions(-)
delete mode 100644 .classpath
delete mode 100644 .gitignore
delete mode 100644 .project
delete mode 100644 README.md
delete mode 100644 pom.xml
delete mode 100644 tset1.txt
diff --git a/.classpath b/.classpath
deleted file mode 100644
index 2a44123..0000000
--- a/.classpath
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index e69de29..0000000
diff --git a/.project b/.project
deleted file mode 100644
index 1fa2ab8..0000000
--- a/.project
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
- 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/README.md b/README.md
deleted file mode 100644
index 824968f..0000000
--- a/README.md
+++ /dev/null
@@ -1,2 +0,0 @@
-# Sport
-
diff --git a/pom.xml b/pom.xml
deleted file mode 100644
index c73a2bf..0000000
--- a/pom.xml
+++ /dev/null
@@ -1,264 +0,0 @@
-
- 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
-
-
-
-
-
diff --git a/tset1.txt b/tset1.txt
deleted file mode 100644
index 1da2e40..0000000
--- a/tset1.txt
+++ /dev/null
@@ -1 +0,0 @@
-42105237-杨飞富
\ No newline at end of file