This commit is contained in:
Redkale
2017-03-07 09:42:03 +08:00
parent 1ada26e4dd
commit 52a34d3871

View File

@@ -29,7 +29,7 @@ public @interface WebServlet {
String name() default "";
/**
* 是否自动添加url前缀
* 是否自动添加url前缀, 对应application.xml中servlets节点的path属性
*
* @return boolean
*/