Browse Source

支持前缀

# Conflicts:
#	pom.xml
4.2.0.A
Stormeye Wu 6 years ago
parent
commit
f9826d35b9
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      pom.xml

+ 5
- 1
pom.xml View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cn.afterturn</groupId>
<artifactId>easypoi-spring-boot-starter</artifactId>
<version>4.2.0</version>
<version>4.2.0.A</version>
<packaging>jar</packaging>
<name>easypoi-spring-boot-starter</name>

@@ -46,7 +46,11 @@
<dependency>
<groupId>cn.afterturn</groupId>
<artifactId>easypoi-web</artifactId>
<<<<<<< HEAD
<version>4.2.0</version>
=======
<version>4.1.3.A</version>
>>>>>>> f51df45... 支持前缀
</dependency>
<!-- Compile dependencies -->
<dependency>


Loading…
Cancel
Save