首次创建结构

This commit is contained in:
2026-03-23 08:59:33 +08:00
commit 143f90e2d5
235 changed files with 42768 additions and 0 deletions

8
.idea/.gitignore generated vendored Normal file
View File

@@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/

25
.idea/artifacts/LM_Web_exploded.xml generated Normal file
View File

@@ -0,0 +1,25 @@
<component name="ArtifactManager">
<artifact type="exploded-war" name="LM:Web exploded">
<output-path>$PROJECT_DIR$/classes/artifacts/LM_Web_exploded</output-path>
<root id="root">
<element id="directory" name="WEB-INF">
<element id="directory" name="classes">
<element id="module-output" name="LM" />
</element>
<element id="directory" name="lib">
<element id="library" level="module" name="mysql-connector-java-8.0.30.jar" module-name="LM" />
<element id="library" level="module" name="jackson-datatype-jsr310-2.15.2.jar" module-name="LM" />
<element id="library" level="module" name="jackson-databind-2.15.2.jar" module-name="LM" />
<element id="library" level="module" name="jackson-annotations-2.15.2.jar" module-name="LM" />
<element id="library" level="module" name="jackson-core-2.15.2.jar" module-name="LM" />
<element id="library" level="module" name="logback-core-1.2.11-javadoc.jar" module-name="LM" />
<element id="library" level="module" name="logback-classic-1.2.11-javadoc.jar" module-name="LM" />
<element id="library" level="module" name="slf4j-api-1.7.36-javadoc.jar" module-name="LM" />
<element id="library" level="module" name="lombok.jar" module-name="LM" />
<element id="library" level="module" name="HikariCP-7.0.2-javadoc.jar" module-name="LM" />
</element>
</element>
<element id="javaee-facet-resources" facet="LM/web/Web" />
</root>
</artifact>
</component>

View File

@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="commons-dbutils-1.8.1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/WebContent/WEB-INF/lib/commons-dbutils-1.8.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

9
.idea/libraries/commons_logging.xml generated Normal file
View File

@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="commons-logging">
<CLASSES>
<root url="jar://$PROJECT_DIR$/WebContent/WEB-INF/lib/commons-logging.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

View File

@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="commons-logging-1.1.1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/WebContent/WEB-INF/lib/commons-logging-1.1.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

9
.idea/libraries/druid_1_2_24.xml generated Normal file
View File

@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="druid-1.2.24">
<CLASSES>
<root url="jar://$PROJECT_DIR$/WebContent/WEB-INF/lib/druid-1.2.24.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

6
.idea/misc.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/classes" />
</component>
</project>

8
.idea/modules.xml generated Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/LM.iml" filepath="$PROJECT_DIR$/LM.iml" />
</modules>
</component>
</project>