提交 def246cc authored 作者: junjie's avatar junjie

fix: rollback

上级 92fa47d6
...@@ -387,34 +387,34 @@ ...@@ -387,34 +387,34 @@
</dependencies> </dependencies>
</plugin> </plugin>
<!-- <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>
<!-- </target>--> </target>
<!-- </configuration>--> </configuration>
<!-- <goals>--> <goals>
<!-- <goal>run</goal>--> <goal>run</goal>
<!-- </goals>--> </goals>
<!-- </execution>--> </execution>
<!-- </executions>--> </executions>
<!-- </plugin>--> </plugin>
</plugins> </plugins>
</build> </build>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论