auto-config.xml
776 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<config>
<group>
<!--yoho-search-autoconfig-->
<property name="yoho.search.consumer.env.webapphome" defaultValue="/home/dev/yoho-search-consumer/deploy" description="应用根目录"/>
<property name="yoho.search.consumer.env.serverport" defaultValue="2" description="应用端口"/>
<property name="yoho.search.consumer.env.namespace" defaultValue="search-consumer" description="应用命名空间"/>
</group>
<script>
<generate template="META-INF/autoconf/bin/env.sh" destfile="bin/env.sh"/>
<generate template="META-INF/autoconf/bin/env.bat" destfile="bin/env.bat"/>
<generate template="META-INF/autoconf/conf/tomcat/server.xml" destfile="conf/tomcat/server.xml"/>
</script>
</config>