Commit e4b802d5 by 王军业

11122121

1 parent 42db56ca
......@@ -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
......@@ -55,3 +57,5 @@ finance:
# reasonable: true
# supportMethodsArguments: true
# params: count=countSql
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!