Commit f36cd39d authored by Java-Yue Chunyong's avatar Java-Yue Chunyong

pom

parent 2464b23c
......@@ -78,9 +78,48 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>product</id>
<distributionManagement>
<repository>
<id>Releases</id>
<name>Releases Repository</name>
<url>http://repo.quantgroup.cn/nexus/content/repositories/lkb-releases/</url>
</repository>
</distributionManagement>
<build>
<resources>
<resource>
<directory>
${project.basedir}/src/main/resources/config/release
</directory>
</resource>
</resources>
</build>
</profile>
<profile>
<id>snapshot</id>
<distributionManagement>
<snapshotRepository>
<id>Snapshots</id>
<name>Snapshots Repository</name>
<url>http://repo.quantgroup.cn/nexus/content/repositories/lkb-snapshots/</url>
</snapshotRepository>
</distributionManagement>
<build>
<resources>
<resource>
<directory>
${project.basedir}/src/main/resources/config/beta
</directory>
</resource>
</resources>
</build>
</profile>
</profiles>
<!-- <profiles>
<profile>
<id>product</id>
<properties>
......@@ -141,7 +180,7 @@
</resources>
</build>
</profile>
</profiles>
</profiles>-->
......
fundmanage.rabbitmq.host=192.168.192.153
fundmanage.rabbitmq.port=5672
fundmanage.rabbitmq.user=rabbitadmin
fundmanage.rabbitmq.password=123456
fundmanage.rabbitmq.exchange-name=baitiaodebt_orderinfo
fundmanage.rabbitmq.vhost=baitiao_debt
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment