We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adec6cc commit f510548Copy full SHA for f510548
README.md
@@ -66,15 +66,18 @@ TODO
66
1. 修正 ContextPath不是根目录("/")下无法正常运行的bug
67
1. 提供model中默认参数 __beat,便于在view中使用
68
1. 提供war:war打包plugin实例,移除web.xml的依赖
69
+
70
```xml
- <plugin>
71
- <groupId>org.apache.maven.plugins</groupId>
72
- <artifactId>maven-war-plugin</artifactId>
73
- <version>2.3</version>
74
- <configuration>
75
- <failOnMissingWebXml>false</failOnMissingWebXml>
76
- </configuration>
77
- </plugin>
+<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <failOnMissingWebXml>false</failOnMissingWebXml>
78
+ </configuration>
79
+</plugin>
80
81
```
82
83
[58同城]: http://www.58.com/
0 commit comments