解决打包的问题。
This commit is contained in:
parent
9709d6a691
commit
92699d253d
1
pom.xml
1
pom.xml
|
|
@ -255,6 +255,7 @@
|
|||
</dependencyManagement>
|
||||
|
||||
<build>
|
||||
<finalName>electromagnetic</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package com.electromagnetic.industry.software.data.manage.service.facade;
|
||||
package com.electromagnetic.industry.software.data.manage.service.facade;
|
||||
|
||||
import cn.hutool.core.io.FileUtil;
|
||||
import cn.hutool.core.io.IoUtil;
|
||||
|
|
|
|||
Loading…
Reference in New Issue