Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery.common.java
/
microservice
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e2e6fdd9
authored
Aug 14, 2016
by
Adi Amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
change version to 1.3.1
parent
e5e6efa2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
README.md
build.gradle
README.md
View file @
e2e6fdd9
### Microservice Framework in JAVA
## 1.3.1:
-
add rabbotmq command client + change version to 1.3.1
## 1.3.0:
-
add service authorization with jwt
-
env param override config file
...
...
build.gradle
View file @
e2e6fdd9
group
'com.ipgallery.common'
version
'1.3.
0
'
version
'1.3.
1
'
apply
plugin:
'java'
apply
plugin:
'maven-publish'
...
...
@@ -27,9 +27,9 @@ dependencies {
compile
'redis.clients:jedis:2.4.2'
compile
'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.0.2'
compile
'com.ipgallery.common:utils:1.1.4'
//compile ('com.ipgallery.common:rabbitmq:1.0.2
')
compile
'com.rabbitmq:amqp-client:3.6.3'
compile
files
(
'resources/rabbitmq-1.0.x.jar'
)
compile
(
'com.ipgallery.common:rabbitmq:1.0.3
'
)
//
compile 'com.rabbitmq:amqp-client:3.6.3'
//
compile files ('resources/rabbitmq-1.0.x.jar')
compile
'com.ecwid.consul:consul-api:1.1.9'
compile
'com.github.davidb:metrics-influxdb:0.8.2'
compile
'io.dropwizard.metrics:metrics-graphite:3.1.2'
...
...
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