Commit 5e862a63 authored by Liang Ding's avatar Liang Ding

💚 修复单元测试

parent cac7fbe1
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version> <version>${maven-surefire-plugin.version}</version>
<configuration> <configuration>
<additionalClasspathElements>src\main\webapp\</additionalClasspathElements> <additionalClasspathElements>src/main/webapp</additionalClasspathElements>
<useSystemClassLoader>false</useSystemClassLoader> <useSystemClassLoader>false</useSystemClassLoader>
<skipTests>false</skipTests> <skipTests>false</skipTests>
</configuration> </configuration>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment