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
d5c24201
authored
Mar 26, 2017
by
amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1.3.7 add paging
parent
cc9f376e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
10 deletions
README.md
build.gradle
README.md
View file @
d5c24201
...
...
@@ -8,27 +8,23 @@
### 1.4.0:
-
update common.utils to 1.2.0
-
## 1.3.7: Add Pagination - PageBuilder
## 1.3.6: upgrade common-utils 1.2.0
## 1.3.2:
-
add getMD5Hash, catch unhandled exceptions, add command-params builder
## 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
## 1.2.5:
-
support rabbit on server side
## 1.2.4:
-
fix RestClient: return false with error reason rathar than exception handled by observable
-
maven local repository
## 1.2.3:
-
add cache timeout to every read command
## Version 1.2.2:
-
graphite_hostport' (default to null) , if null no reporting will start
...
...
@@ -43,14 +39,11 @@
'graphite_report_intrerval' in seconds, default is 10
-
Add '/_stat' in monitoring to returns stats of metrics, more to come
-
Change '/reload' to '/_reload'
## Version '1.1.0':
-
Add resolveService in service discovery, used by http command-client to resolve the address
of the dest service
# Env for service discovery:
service.resolver.polling.interval (milli) default is 5000
# Env for jwt:
jwt.token.in.authorization : true
jwt.salt : "12345678901234567890123456789012"
build.gradle
View file @
d5c24201
...
...
@@ -12,7 +12,7 @@ sourceCompatibility = 1.8
repositories
{
//use mavenLocal in cases you want to create this jar on your local machine
//or to be able to use one
mavenLocal
()
//defaults to ~/.m2/repository
//
mavenLocal()//defaults to ~/.m2/repository
maven
{
url
"http://172.16.1.132:8081/repository/internal"
}
}
...
...
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