🎉 4.2.0.RELEASE 重构包名,分类core模块与starter模块
This commit is contained in:
parent
b4c07acffa
commit
629073519a
|
|
@ -33,8 +33,8 @@
|
|||
|----------------------|------------|
|
||||
| Java | 17+ |
|
||||
| NodeJS | 18+ |
|
||||
| Spring | 6.1.11 |
|
||||
| Spring Boot | 3.2.8 |
|
||||
| Spring | 6.1.12 |
|
||||
| Spring Boot | 3.2.9 |
|
||||
| Spring Cloud | 2023.0.3 |
|
||||
| Spring Cloud Alibaba | 2023.0.1.0 |
|
||||
| Nacos Alibaba | 2.3.2 |
|
||||
|
|
|
|||
|
|
@ -40,6 +40,31 @@
|
|||
<artifactId>easyexcel</artifactId>
|
||||
<version>${easyexcel.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>poi</artifactId>
|
||||
<version>${poi.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>poi-ooxml</artifactId>
|
||||
<version>${poi.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>poi-ooxml-schemas</artifactId>
|
||||
<version>${poi.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>poi-scratchpad</artifactId>
|
||||
<version>${poi.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>ooxml-schemas</artifactId>
|
||||
<version>1.4</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
|
|||
5
pom.xml
5
pom.xml
|
|
@ -19,10 +19,11 @@
|
|||
<protostuff.version>1.6.0</protostuff.version>
|
||||
<captcha.version>1.6.2</captcha.version>
|
||||
<easyexcel.version>3.3.4</easyexcel.version>
|
||||
<poi.version>4.1.2</poi.version>
|
||||
<mica.auto.version>3.1.3</mica.auto.version>
|
||||
|
||||
<spring.version>6.1.11</spring.version>
|
||||
<spring.boot.version>3.2.8</spring.boot.version>
|
||||
<spring.version>6.1.12</spring.version>
|
||||
<spring.boot.version>3.2.9</spring.boot.version>
|
||||
<spring.boot.admin.version>3.2.3</spring.boot.admin.version>
|
||||
<spring.cloud.version>2023.0.3</spring.cloud.version>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user