组织架构物料管理增加克隆复制功能. http://172.16.46.63:31560/index.php?m=task&f=view&taskID=684

This commit is contained in:
ranke
2026-01-07 09:13:05 +08:00
parent cbc1f0f853
commit 73df6ca1a5
5 changed files with 70 additions and 1 deletions

12
pom.xml
View File

@@ -63,6 +63,10 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<!-- Java 9+ 推荐使用 release 参数 -->
<release>${java.version}</release>
<annotationProcessorPaths>
<path>
<groupId>org.springframework.boot</groupId>
@@ -229,6 +233,14 @@
<config.version>1.0.0</config.version>
</properties>
</profile>
<profile>
<id>klw-dev</id>
<properties>
<env.name>dev</env.name>
<!--Nacos 配置-->
<config.namespace>klw</config.namespace>
</properties>
</profile>
</profiles>
</project>