首次提交

This commit is contained in:
李玉东 2025-07-16 09:41:08 +08:00
parent af692b7cdf
commit 34029f469b
7 changed files with 15 additions and 7 deletions

View File

@ -12,7 +12,7 @@
</list>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="11" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

6
hshh-defence.iml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="CheckStyle-IDEA-Module" serialisationVersion="2">
<option name="activeLocationsIds" />
</component>
</module>

BIN
lib/DmJdbcDriver11.jar Normal file

Binary file not shown.

BIN
lib/DmJdbcDriver6.jar Normal file

Binary file not shown.

BIN
lib/DmJdbcDriver7.jar Normal file

Binary file not shown.

BIN
lib/DmJdbcDriver8.jar Normal file

Binary file not shown.

14
pom.xml
View File

@ -92,10 +92,6 @@
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.baomidou</groupId>-->
<!-- <artifactId>mybatis-plus-generator</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
@ -104,7 +100,6 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
@ -143,7 +138,14 @@
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.5.13</version> <!-- 或 1.7.0 -->
</dependency>
<!-- https://mvnrepository.com/artifact/dm.jdbc.driver/dm8 -->
<dependency>
<groupId>com.dm</groupId>
<artifactId>dmjdbc</artifactId>
<version>8.1.2</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/DmJdbcDriver8.jar</systemPath>
</dependency>
</dependencies>
<build>