spring: shardingsphere: sharding: tables: org_company: actualDataNodes: ds0.org_company key-generator-column-name: id tableStrategy: standard: sharding-column: group_code precise-algorithm-class-name: com.persagy.dmp.org.sharding.GroupShardingAlgorithm org_company_project_rel: actualDataNodes: ds0.org_company_project_rel key-generator-column-name: id tableStrategy: standard: sharding-column: group_code precise-algorithm-class-name: com.persagy.dmp.org.sharding.GroupShardingAlgorithm org_dept: actualDataNodes: ds0.org_dept key-generator-column-name: id tableStrategy: standard: sharding-column: group_code precise-algorithm-class-name: com.persagy.dmp.org.sharding.GroupShardingAlgorithm org_dept_classify: actualDataNodes: ds0.org_dept_classify key-generator-column-name: id tableStrategy: standard: sharding-column: group_code precise-algorithm-class-name: com.persagy.dmp.org.sharding.GroupShardingAlgorithm org_group_app_rel: actualDataNodes: ds0.org_group_app_rel key-generator-column-name: id tableStrategy: standard: sharding-column: group_code precise-algorithm-class-name: com.persagy.dmp.org.sharding.GroupShardingAlgorithm org_group_function_rel: actualDataNodes: ds0.org_group_function_rel key-generator-column-name: id tableStrategy: standard: sharding-column: group_code precise-algorithm-class-name: com.persagy.dmp.org.sharding.GroupShardingAlgorithm org_job: actualDataNodes: ds0.org_job key-generator-column-name: id tableStrategy: standard: sharding-column: group_code precise-algorithm-class-name: com.persagy.dmp.org.sharding.GroupShardingAlgorithm org_job_classify: actualDataNodes: ds0.org_job_classify key-generator-column-name: id tableStrategy: standard: sharding-column: group_code precise-algorithm-class-name: com.persagy.dmp.org.sharding.GroupShardingAlgorithm org_job_classify_rel: actualDataNodes: ds0.org_job_classify_rel key-generator-column-name: id tableStrategy: standard: sharding-column: group_code precise-algorithm-class-name: com.persagy.dmp.org.sharding.GroupShardingAlgorithm org_project: actualDataNodes: ds0.org_project key-generator-column-name: id tableStrategy: standard: sharding-column: group_code precise-algorithm-class-name: com.persagy.dmp.org.sharding.GroupShardingAlgorithm org_user: actualDataNodes: ds0.org_user key-generator-column-name: id tableStrategy: standard: sharding-column: group_code precise-algorithm-class-name: com.persagy.dmp.org.sharding.GroupShardingAlgorithm