Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fund-manage-sdk
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QG
fund-manage-sdk
Commits
f36cd39d
Commit
f36cd39d
authored
Sep 07, 2016
by
Java-Yue Chunyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pom
parent
2464b23c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
9 deletions
+42
-9
pom.xml
pom.xml
+42
-3
config.properties
src/main/resources/config/dev/config.properties
+0
-6
No files found.
pom.xml
View file @
f36cd39d
...
...
@@ -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>
-->
...
...
src/main/resources/config/dev/config.properties
deleted
100644 → 0
View file @
2464b23c
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment