META-INF.autoconf.auto-config.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <config description="自动配置:common-http" xmlns:j="jelly:core"> <group> <property name="common.http.connpool.maxtotal" defaultValue="200" description=""/> <property name="common.http.connpool.maxperroute" defaultValue="20" description=""/> <property name="common.http.connpool.defaultconn.sockettimeout" defaultValue="5000" description=""/> <property name="common.http.connpool.defaultconn.connecttimeout" defaultValue="5000" description=""/> <property name="common.http.connpool.defaultconn.requesttimeout" defaultValue="5000" description=""/> </group> <group> <property name="common.http.url.pre" defaultValue="http://localhost:8080/" description="服务配置地址"/> </group> <script> <generate template="common-http.properties.vm" destfile="common-http.properties" charset="utf-8" /> </script> </config>