Authored by xuhongyun

add database config

... ... @@ -15,10 +15,15 @@ jdbc.mysql.platform.erp_product.slave = 192.168.102.219:3306
jdbc.mysql.platform.erp_product.username = yh_test
jdbc.mysql.platform.erp_product.password = 9nm0icOwt6bMHjMusIfMLw==
jdbc.mysql.platform.yhb_operations.master = 192.168.50.69:9980
jdbc.mysql.platform.yhb_operations.slave = 192.168.102.219:3306
jdbc.mysql.platform.yhb_operations.username = yh_test
jdbc.mysql.platform.yhb_operations.password = 9nm0icOwt6bMHjMusIfMLw==
jdbc.mysql.platform.erp_supplier.master = 192.168.50.69:9980
jdbc.mysql.platform.erp_supplier.slave = 192.168.102.219:3306
jdbc.mysql.platform.erp_supplier.username = yh_test
jdbc.mysql.platform.erp_supplier.password = 9nm0icOwt6bMHjMusIfMLw==
jdbc.mysql.platform.yhb_account.master = 192.168.50.69:9980
jdbc.mysql.platform.yhb_account.slave = 192.168.102.219:3306
jdbc.mysql.platform.yhb_account.username = yh_test
jdbc.mysql.platform.yhb_account.password = 9nm0icOwt6bMHjMusIfMLw==
jdbc.mysql.platform.yhb_operations.master = 192.168.50.69:9980
jdbc.mysql.platform.yhb_operations.slave = 192.168.102.219:3306
... ... @@ -35,16 +40,6 @@ jdbc.mysql.platform.yh_resource.slave = 192.168.102.219:3306
jdbc.mysql.platform.yh_resource.username = yh_test
jdbc.mysql.platform.yh_resource.password = 9nm0icOwt6bMHjMusIfMLw==
jdbc.mysql.platform.erp_supplier.master = 192.168.50.69:9980
jdbc.mysql.platform.erp_supplier.slave = 192.168.102.219:3306
jdbc.mysql.platform.erp_supplier.username = yh_test
jdbc.mysql.platform.erp_supplier.password = 9nm0icOwt6bMHjMusIfMLw==
jdbc.mysql.platform.yhb_account.master = 192.168.50.69:9980
jdbc.mysql.platform.yhb_account.slave = 192.168.102.219:3306
jdbc.mysql.platform.yhb_account.username = yh_test
jdbc.mysql.platform.yhb_account.password = 9nm0icOwt6bMHjMusIfMLw==
jdbc.mysql.platform.yh_events.master = 192.168.50.69:9980
jdbc.mysql.platform.yh_events.slave = 192.168.102.219:3306
jdbc.mysql.platform.yh_events.username = yh_test
... ...