This commit is contained in:
@@ -5,11 +5,7 @@
|
|||||||
<!-- 详细配置说明见: http://redkale.org/redkale.html#redkale_confxml -->
|
<!-- 详细配置说明见: http://redkale.org/redkale.html#redkale_confxml -->
|
||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
<!--
|
|
||||||
<properties>
|
|
||||||
<property name="system.property.convert.json.tiny" value="true"/>
|
|
||||||
</properties>
|
|
||||||
-->
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
||||||
<server protocol="HTTP" host="0.0.0.0" port="6060" root="root">
|
<server protocol="HTTP" host="0.0.0.0" port="6060" root="root">
|
||||||
@@ -18,8 +14,7 @@
|
|||||||
|
|
||||||
<filters autoload="true"/>
|
<filters autoload="true"/>
|
||||||
|
|
||||||
<!-- base指定的自定义HttpServlet子类必须标记@HttpUserType, 不设置base则视为没有当前用户信息设置 -->
|
<rest path="/pipes" /> <!-- base指定的自定义HttpServlet子类必须标记@HttpUserType, 不设置base则视为没有当前用户信息设置 -->
|
||||||
<rest path="/pipes" base="org.redkale.net.http.HttpServlet"/>
|
|
||||||
|
|
||||||
<servlets path="/pipes" autoload="true" />
|
<servlets path="/pipes" autoload="true" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user