master
liujiaxin 2023-11-22 09:38:57 +08:00
parent 42e3a8ea76
commit 21f65263d3
2 changed files with 6 additions and 8 deletions

View File

@ -11,11 +11,9 @@
<groupId>com.february</groupId> <groupId>com.february</groupId>
<artifactId>february-merchant-mybatis-plus</artifactId> <artifactId>february-merchant-mybatis-plus</artifactId>
<version>3.6.3</version> <version>3.6.3</version>
<packaging>pom</packaging>
<properties> <properties>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>20</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target> <maven.compiler.target>20</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties> </properties>
@ -128,11 +126,13 @@
<dependency> <dependency>
<groupId>com.february</groupId> <groupId>com.february</groupId>
<artifactId>february-common-core</artifactId> <artifactId>february-common-core</artifactId>
<version>3.6.3</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.h2database</groupId> <groupId>com.h2database</groupId>
<artifactId>h2</artifactId> <artifactId>h2</artifactId>

View File

@ -8,13 +8,11 @@
<artifactId>february-merchant-settlement</artifactId> <artifactId>february-merchant-settlement</artifactId>
<version>3.6.3</version> <version>3.6.3</version>
</parent> </parent>
<artifactId>february-merchant-springboot</artifactId> <artifactId>february-merchant-springboot</artifactId>
<version>3.6.3</version> <version>3.6.3</version>
<packaging>pom</packaging>
<properties> <properties>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>20</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target> <maven.compiler.target>20</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties> </properties>