| 123456789101112131415161718192021222324 |
- spring:
- datasource:
- url: jdbc:postgresql://localhost:5432/crss_reg
- username: crss_reg
- password: crss_reg
- server:
- port: 8081
- crss:
- docmgt:
- root-dir: /tmp/crss/docmgt
- xdf:
- client-type: local # OPTIONS:[local, ftp, sftp]
- root-folder: /tmp/crss/xdf
- auto-create-dir: true
- file-encoding: UTF-8
- file-exists-mode: fail # OPTIONS:[append, append_no_flush, fail, ignore, replace]
- remote:
- host: localhost
- port: 22
- username: crss
- password: crss
- service:
- admin.url: http://localhost:8082
|