Files
redkale/conf/application.xml
Redkale 017ab1ae84
2017-05-12 22:02:19 +08:00

32 lines
925 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<application port="5050">
<!-- 详细配置说明见: http://redkale.org/redkale.html#redkale_confxml -->
<resources>
<!--
<properties>
<property name="system.property.convert.json.tiny" value="true"/>
</properties>
-->
</resources>
<server protocol="HTTP" host="0.0.0.0" port="6060" root="root">
<!--
<request>
<remoteaddr value="request.headers.X-RemoteAddress"/>
</request>
-->
<!-- 自定Rest实现类需要继承org.redkale.net.http.RestServlet不自定义则默认使用org.redkale.net.http.RestServlet -->
<rest base="org.redkale.net.http.RestServlet"/>
<services autoload="true"/>
<servlets path="/pipes" autoload="true" />
</server>
</application>