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
1f69bbd1
Commit
1f69bbd1
authored
Sep 05, 2016
by
chenkai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V1.0.0
parent
7afd12bb
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
8 deletions
+7
-8
pom.xml
pom.xml
+3
-4
fundmanage.properties
src/main/resources/config/beta/fundmanage.properties
+1
-1
fundmanage.properties
src/main/resources/config/dev/fundmanage.properties
+1
-1
fundmanage.properties
src/main/resources/config/release/fundmanage.properties
+1
-1
fundmanage.properties
src/main/resources/config/test/fundmanage.properties
+1
-1
No files found.
pom.xml
View file @
1f69bbd1
...
...
@@ -15,13 +15,13 @@
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
1.2.7.RELEASE
</version>
<relativePath/>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<java.version>
1.8
</java.version>
<maven.test.skip>
true
</maven.test.skip>
</properties>
<dependencies>
...
...
@@ -213,7 +213,6 @@
<version>
1.3.1
</version>
</dependency>
<!-- rabbitmq -->
<dependency>
<groupId>
com.rabbitmq
</groupId>
<artifactId>
amqp-client
</artifactId>
...
...
@@ -231,7 +230,7 @@
</exclusion>
</exclusions>
</dependency>
<!-- rabbitmq -->
</dependencies>
...
...
src/main/resources/config/beta/fundmanage.properties
View file @
1f69bbd1
...
...
@@ -10,4 +10,4 @@ rabbitmq.connection.virtual-host=/black_hole
rabbitmq.connection.virtual-host.financial
=
financial_system
rabbitmq.connection.queue.baitiaoOrder
=
baitiaoOrder
rabbitmq.financial.exchange
=
fs
fundmanage.stopkey
=
test
fundmanage.stopkey
=
test
\ No newline at end of file
src/main/resources/config/dev/fundmanage.properties
View file @
1f69bbd1
...
...
@@ -10,4 +10,4 @@ rabbitmq.connection.virtual-host=/black_hole
rabbitmq.connection.virtual-host.financial
=
financial_system
rabbitmq.connection.queue.baitiaoOrder
=
baitiaoOrder
rabbitmq.financial.exchange
=
fs
fundmanage.stopkey
=
test
fundmanage.stopkey
=
test
\ No newline at end of file
src/main/resources/config/release/fundmanage.properties
View file @
1f69bbd1
...
...
@@ -10,4 +10,4 @@ rabbitmq.connection.virtual-host=/black_hole
rabbitmq.connection.virtual-host.financial
=
financial_system
rabbitmq.connection.queue.baitiaoOrder
=
baitiaoOrder
rabbitmq.financial.exchange
=
fs
fundmanage.stopkey
=
test
fundmanage.stopkey
=
test
\ No newline at end of file
src/main/resources/config/test/fundmanage.properties
View file @
1f69bbd1
...
...
@@ -10,4 +10,4 @@ rabbitmq.connection.virtual-host=/black_hole
rabbitmq.connection.virtual-host.financial
=
financial_system
rabbitmq.connection.queue.baitiaoOrder
=
baitiaoOrder
rabbitmq.financial.exchange
=
fs
fundmanage.stopkey
=
test
fundmanage.stopkey
=
test
\ No newline at end of file
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