移除导致打包出错的POM配置
This commit is contained in:
parent
c3a7b5f7c5
commit
2eb170eb40
@ -29,21 +29,4 @@
|
||||
<artifactId>ruoyi-common-redis</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<finalName>${project.artifactId}</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>2.4.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
package com.xhpc.common.data.up;
|
||||
|
||||
//充电订单实时数据
|
||||
public class OrderData extends BaseData {
|
||||
|
||||
private String orderNo; //交易流水号
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user