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 e4b802d5
authored
Sep 07, 2018
by
王军业
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
11122121
1 parent
42db56ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
code/finance_serv/src/main/resources/application.yml
code/finance_serv/src/main/resources/application.yml
View file @
e4b802d
...
...
@@ -9,7 +9,7 @@ spring:
encoding
:
UTF-8
cache
:
false
datasource
:
url
:
jdbc:postgresql://192.168.9.162:5432/financial_
test
url
:
jdbc:postgresql://192.168.9.162:5432/financial_
serv
username
:
postgres
password
:
authpass
driver-class-name
:
org.postgresql.Driver
...
...
@@ -37,7 +37,7 @@ mybatis:
logging
:
level
:
root
:
INFO
root
:
DEBUG
pattern
:
level
:
INFO
console
:
"
[financial_serv]-[%d{yyyy-MM-dd
HH:mm:ss.SSS}]-%m%n"
...
...
@@ -47,6 +47,8 @@ finance:
authurl
:
http://192.168.9.162:20080/api/v1/auth/users
appendsavepath
:
/data/face-web/www/static/pics/cache/finance
appendurl
:
http://192.168.9.162:20080/static/pics/cache/finance/
amount_state
:
正常验收款:50001;正常维保:50002;正常预付款:50003;正常到货款:50004;正常质保款:50005;逾期预付款:50006;逾期到货款:50007;逾期验收款:50008;逾期质保款:50009;暂停:50010;质量问题:50011;
# 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
# countyurl: http://192.168.9.162:20080/api/v1/codes/countries/0E229CD043/provinces/%s/cities/%s/counties
...
...
@@ -54,4 +56,6 @@ finance:
# helperDialect: postgresql
# reasonable: true
# supportMethodsArguments: true
# params: count=countSql
\ No newline at end of file
# params: count=countSql
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