Logo
DBPlusEngine-Driver

Configuration is the only module in DBPlusEngine-JDBC that interacts with application developers, through which developers can quickly and clearly understand the functions provided by DBPlusEngine-JDBC.

This chapter is a configuration manual for DBPlusEngine-JDBC, which can also be referred to as a dictionary if necessary.

DBPlusEngine-JDBC has provided 4 kinds of configuration methods for different situations. By configuration, application developers can flexibly use data sharding, readwrite-splitting, data encryption, shadow database or the combination of them.

Mixed rule configurations are very similar to single rule configuration, except for the differences from single rule to multiple rules.

It should be noted that the superposition between rules are data source and table name related. If the previous rule is data source oriented aggregation, the next rule needs to use the aggregated logical data source name configured by the previous rule when configuring the data source; Similarly, if the previous rule is table oriented aggregation, the next rule needs to use the aggregated logical table name configured by the previous rule when configuring the table.