提交 5afa737e authored 作者: taojinlong's avatar taojinlong

refactor: 恢复代码

上级 2d1f41df
...@@ -438,48 +438,48 @@ ...@@ -438,48 +438,48 @@
<activeByDefault>true</activeByDefault> <activeByDefault>true</activeByDefault>
</activation> </activation>
<build> <build>
<!-- <plugins>--> <plugins>
<!-- <plugin>--> <plugin>
<!-- <groupId>org.apache.maven.plugins</groupId>--> <groupId>org.apache.maven.plugins</groupId>
<!-- <artifactId>maven-antrun-plugin</artifactId>--> <artifactId>maven-antrun-plugin</artifactId>
<!-- <executions>--> <executions>
<!-- <execution>--> <execution>
<!-- <?m2e execute onConfiguration?>--> <?m2e execute onConfiguration?>
<!-- <id>main-class-placement</id>--> <id>main-class-placement</id>
<!-- <phase>generate-resources</phase>--> <phase>generate-resources</phase>
<!-- <configuration>--> <configuration>
<!-- <target>--> <target>
<!-- <move todir="src/main/resources/static">--> <move todir="src/main/resources/static">
<!-- <fileset dir="../frontend/dist">--> <fileset dir="../frontend/dist">
<!-- <exclude name="*.html"/>--> <exclude name="*.html"/>
<!-- </fileset>--> </fileset>
<!-- </move>--> </move>
<!-- <move todir="src/main/resources/templates">--> <move todir="src/main/resources/templates">
<!-- <fileset dir="../frontend/dist">--> <fileset dir="../frontend/dist">
<!-- <include name="*.html"/>--> <include name="*.html"/>
<!-- </fileset>--> </fileset>
<!-- </move>--> </move>
<!-- <copy todir="src/main/resources/static/de-app">--> <copy todir="src/main/resources/static/de-app">
<!-- <fileset dir="../mobile/dist">--> <fileset dir="../mobile/dist">
<!-- <exclude name="*.html"/>--> <exclude name="*.html"/>
<!-- </fileset>--> </fileset>
<!-- </copy>--> </copy>
<!-- <copy file="../mobile/dist/index.html" tofile="src/main/resources/templates/app.html" />--> <copy file="../mobile/dist/index.html" tofile="src/main/resources/templates/app.html" />
<!-- </target>--> </target>
<!-- </configuration>--> </configuration>
<!-- <goals>--> <goals>
<!-- <goal>run</goal>--> <goal>run</goal>
<!-- </goals>--> </goals>
<!-- </execution>--> </execution>
<!-- </executions>--> </executions>
<!-- </plugin>--> </plugin>
<!-- </plugins>--> </plugins>
</build> </build>
</profile> </profile>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论