|
@@ -15,12 +15,12 @@
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
<maven.compiler.source>17</maven.compiler.source>
|
|
<maven.compiler.source>17</maven.compiler.source>
|
|
<maven.compiler.target>17</maven.compiler.target>
|
|
<maven.compiler.target>17</maven.compiler.target>
|
|
- <pagehelper.boot.version>1.4.7</pagehelper.boot.version>
|
|
|
|
|
|
+<!-- <pagehelper.boot.version>1.4.7</pagehelper.boot.version>-->
|
|
<data-calc.version>0.1.8-SNAPSHOT</data-calc.version>
|
|
<data-calc.version>0.1.8-SNAPSHOT</data-calc.version>
|
|
<joda-time.version>2.12.7</joda-time.version>
|
|
<joda-time.version>2.12.7</joda-time.version>
|
|
<commons-math3.version>3.6.1</commons-math3.version>
|
|
<commons-math3.version>3.6.1</commons-math3.version>
|
|
<hutool.version>5.8.31</hutool.version>
|
|
<hutool.version>5.8.31</hutool.version>
|
|
- <mybatis-plus.version>3.5.7</mybatis-plus.version>
|
|
|
|
|
|
+ <mybatis-plus-boot3.version>3.5.7</mybatis-plus-boot3.version>
|
|
<dameng.version>8.1.3.62</dameng.version>
|
|
<dameng.version>8.1.3.62</dameng.version>
|
|
<daq.version>1.0.0</daq.version>
|
|
<daq.version>1.0.0</daq.version>
|
|
</properties>
|
|
</properties>
|
|
@@ -53,8 +53,8 @@
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.baomidou</groupId>
|
|
<groupId>com.baomidou</groupId>
|
|
- <artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
|
- <version>${mybatis-plus.version}</version>
|
|
|
|
|
|
+ <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
|
|
|
|
+ <version>${mybatis-plus-boot3.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<!-- 达梦数据库 -->
|
|
<!-- 达梦数据库 -->
|
|
<dependency>
|
|
<dependency>
|
|
@@ -125,20 +125,28 @@
|
|
</dependencies>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
+<!-- <build>-->
|
|
|
|
+<!-- <plugins>-->
|
|
|
|
+<!-- <plugin>-->
|
|
|
|
+<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
|
|
+<!-- <artifactId>maven-compiler-plugin</artifactId>-->
|
|
|
|
+<!-- <version>3.1</version>-->
|
|
|
|
+<!-- <configuration>-->
|
|
|
|
+<!-- <source>${java.version}</source>-->
|
|
|
|
+<!-- <target>${java.version}</target>-->
|
|
|
|
+<!-- <encoding>${project.build.sourceEncoding}</encoding>-->
|
|
|
|
+<!-- <compilerArgs>-->
|
|
|
|
+<!-- <arg>-parameters</arg>-->
|
|
|
|
+<!-- </compilerArgs>-->
|
|
|
|
+<!-- </configuration>-->
|
|
|
|
+<!-- </plugin>-->
|
|
|
|
+<!-- </plugins>-->
|
|
|
|
+<!-- </build>-->
|
|
<build>
|
|
<build>
|
|
<plugins>
|
|
<plugins>
|
|
<plugin>
|
|
<plugin>
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
- <artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
- <version>3.1</version>
|
|
|
|
- <configuration>
|
|
|
|
- <source>${java.version}</source>
|
|
|
|
- <target>${java.version}</target>
|
|
|
|
- <encoding>${project.build.sourceEncoding}</encoding>
|
|
|
|
- <compilerArgs>
|
|
|
|
- <arg>-parameters</arg>
|
|
|
|
- </compilerArgs>
|
|
|
|
- </configuration>
|
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-maven-plugin</artifactId>
|
|
</plugin>
|
|
</plugin>
|
|
</plugins>
|
|
</plugins>
|
|
</build>
|
|
</build>
|