1234567891011121314151617 |
- #连接模式:1:NC数据源模式; 2:itrusca模式; 3:topca模式; 4:NC数据源+itrusca模式;5: NC数据源+topca模式;6:itrusca+topca模式
- dbmodel=2
- #nc数据源模式填写以下项
- dsname=
- #itrusca填写以下项
- ica_driverclass=com.mysql.jdbc.Driver
- ica_dburl=jdbc:mysql://192.168.15.22:3306/itruscadb?useUnicode=true&characterEncoding=utf-8
- ica_user=root
- ica_password=123456
- #topca填写以下项
- top_driverclass=com.mysql.jdbc.Driver
- top_dburl=jdbc\:mysql\://localhost\:3306/topcadb?useUnicode\=true&characterEncoding\=utf-8
- top_user=root
- top_password=root
- #数据库密码加密处理
- dbEncryption=false
- dbEncryptionEnabled=false
|