SpringBoot+ShardingSphere completely solves the problem of encryption and decryption of database fields in production environment

preface    companies in the Internet industry must encrypt the sensitive fields of the database. There are many schemes. The most direct one is to write an encryption and decryption tool class and then process it manually in each business logic. This method is obviously unrealistic in slightly large-scale projects, which is not ...

Added by cfemocha on Mon, 21 Feb 2022 10:29:44 +0200

springBoot+ShardingJDBC to Separate Repository from Table and Read from Write

Code Address Sharding_ Sphere_ Demo: Getting started with shardingJDBC Introduction to ShardingSphere ShardingSphere is an application framework that originated within Dangdang. Born in Dandang in 2015, it was originally called ShardingJDBC. In 2016, Zhang Liang, one of the main developers, brought to Jingdong Department of Mathematics, and ...

Added by nou on Fri, 04 Feb 2022 19:39:52 +0200

efcore uses ShardingCore to realize multi tenancy under sub table and sub database

efcore uses ShardingCore to realize multi tenancy under sub table and sub database introduce Protagonist of this issue: ShardingCore A high-performance, lightweight solution for reading and writing separation of tables and databases under ef core, with zero dependency, zero learning cost and zero business code intrusion The only fully automati ...

Added by csj16 on Tue, 11 Jan 2022 02:27:41 +0200

ShardingJDBC database middleware learning notes

brief introduction Official website address: https://shardingsphere.apache.org/index_zh.html Apache ShardingSphere is positioned as Database Plus, which aims to build the upper standard and ecology of multi-mode database. It focuses on how to make full and rational use of the computing and storage capacity of the database, rather than ...

Added by bam2550 on Fri, 26 Nov 2021 02:11:47 +0200