datasource.properties 604 B

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