Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
platform
/
finance_serv
Go to a project
Project
Repository
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 b9613774
authored
Aug 15, 2018
by
王军业
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
12314512151215
1 parent
981a2949
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
code/finance_serv/src/main/java/com/vion/financial/config/FinanceConfig.java
code/finance_serv/src/main/resources/application.yml
code/finance_serv/src/main/java/com/vion/financial/config/FinanceConfig.java
View file @
b961377
...
@@ -11,9 +11,9 @@ public class FinanceConfig {
...
@@ -11,9 +11,9 @@ public class FinanceConfig {
private
String
appendsavepath
;
private
String
appendsavepath
;
private
String
appendurl
;
private
String
appendurl
;
private
String
provinceurl
;
/*
private String provinceurl;
private String cityurl;
private String cityurl;
private
String
countyurl
;
private String countyurl;
*/
public
String
getAuthurl
()
{
public
String
getAuthurl
()
{
return
authurl
;
return
authurl
;
...
@@ -39,7 +39,7 @@ public class FinanceConfig {
...
@@ -39,7 +39,7 @@ public class FinanceConfig {
this
.
appendurl
=
appendurl
;
this
.
appendurl
=
appendurl
;
}
}
public
String
getProvinceurl
()
{
/*
public String getProvinceurl() {
return provinceurl;
return provinceurl;
}
}
...
@@ -63,5 +63,5 @@ public class FinanceConfig {
...
@@ -63,5 +63,5 @@ public class FinanceConfig {
this.countyurl = countyurl;
this.countyurl = countyurl;
}
}
*/
}
}
code/finance_serv/src/main/resources/application.yml
View file @
b961377
...
@@ -47,9 +47,9 @@ finance:
...
@@ -47,9 +47,9 @@ finance:
authurl
:
http://192.168.9.162:20080/api/v1/auth/users
authurl
:
http://192.168.9.162:20080/api/v1/auth/users
appendsavepath
:
/data/face-web/www/static/pics/cache/finance
appendsavepath
:
/data/face-web/www/static/pics/cache/finance
appendurl
:
http://192.168.9.162:20080/static/pics/cache/finance/
appendurl
:
http://192.168.9.162:20080/static/pics/cache/finance/
provinceurl
:
http://192.168.9.162:20080/api/v1/codes/countries/0E229CD043/provinces
#
provinceurl: http://192.168.9.162:20080/api/v1/codes/countries/0E229CD043/provinces
cityurl
:
http://192.168.9.162:20080/api/v1/codes/countries/0E229CD043/provinces/%s/cities
#
cityurl: http://192.168.9.162:20080/api/v1/codes/countries/0E229CD043/provinces/%s/cities
countyurl
:
http://192.168.9.162:20080/api/v1/codes/countries/0E229CD043/provinces/%s/cities/%s/counties
#
countyurl: http://192.168.9.162:20080/api/v1/codes/countries/0E229CD043/provinces/%s/cities/%s/counties
#pagehelper:
#pagehelper:
# helperDialect: postgresql
# helperDialect: postgresql
# reasonable: true
# reasonable: true
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment