1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- #*************************************** jdbc info ********************************************#
- jdbc.driver = oracle.jdbc.driver.OracleDriver
- jdbc.url = jdbc:oracle:thin:@192.168.57.36:1521:orcl
- jdbc.username = yjpthb
- jdbc.password = yjpthb
- hibernate.dialect = org.hibernate.dialect.Oracle10gDialect
- #********************************** qlyg jdbc info**********************************************#
- jdbc.qlyg.url = jdbc:oracle:thin:@172.18.40.3:1521:orcl
- jdbc.qlyg.username =
- jdbc.qlyg.password =
- #********************************** xzzx jdbc info**********************************************#
- jdbc.xzzx.url =
- jdbc.xzzx.username =
- jdbc.xzzx.password =
- #********************************** cjhs jdbc info**********************************************#
- jdbc.cjhs.url = jdbc:oracle:thin:@192.168.41.26:1521:orcl
- jdbc.cjhs.username = hs
- jdbc.cjhs.password = hs
-
- #dbcp settings
- dbcp.maxIdle=30
- dbcp.minIdle=5
- dbcp.maxActive=100
- dbcp.maxWait=5000
- hibernate.hbm2ddl.auto=
- # local WebService
- web.service.url=localhost
- web.service.port=18088
- # Province WebService
- web.province.service.url=
- web.province.service.port=
- #\u4f5c\u4e1a\u7533\u62a5\uff0c\u95f4\u9694\u7684\u65f6\u95f4\uff0c\u5fc5\u987b\u5b8c\u6210
- zysb.time=7
- ##\u6e2f\u53e3\u7ecf\u8425\u8bb8\u53ef\u8bc1\u6709\u6548\u671f\u8fc7\u671f \uff0c\u63d0\u524d\u591a\u5c11\u5929\u63d0\u9192
- jyr.gkyxq=7
- # \u53d1\u9001\u201c\u7981\u6b62\u4f5c\u4e1a\u201d\u63d0\u9192\u7684\u89d2\u8272\u7c7b\u578b-\u5ba1\u67e5004
- jyr.jzzy.roleType=004
- #\u4f5c\u4e1a\u7533\u62a5\u7248\u672c\u65f6\u95f4YYYYMMDD
- zysb.version.date=20160505
- #\u9644\u8bc1\u5e74\u5ba1\u5f00\u59cb\u68c0\u6d4b\u5e74\u4efd
- fzns.check.date=2018
- #\u7763\u67e5\u662f\u5426\u5e02\u7ea7\u5ba1\u6279(Y/N)
- dc.sjsp=N
- #\u4f5c\u4e1a\u7533\u62a572\u5c0f\u65f6\u5224\u65ad(Y/N)
- zysb.check=N
- #\u5bc6\u94a5
- my_yjpt_gkj=yjpt_ghj
- #\u81ea\u67e5\u5ef6\u671f\u671f\u9650
- zcyh.yqsj=2
- #\u9644\u8bc1\u4e8c\u7ef4\u7801\u5730\u5740
- fz.qrcode=http://hbwx.yuanxd.com:8703/weixinoa/gkoawx/fuzheng/wxhwzyfz.jsp?code=
- #\u83b7\u53d6\u6570\u636e\u670d\u52a1\u5730\u5740
- data.url=http://172.18.40.2:8701/dataServer
- #Gis\u5730\u56fe\u5730\u5740
- gis.url=http://58.49.53.52:8707/gisServer/main?token=
|