lanchengx opened a new issue #12480: URL: https://github.com/apache/shardingsphere/issues/12480
### Background Currently, the records in the FAQ are not classified, which is not conducive to search and maintenance. ### Aim 1. Add the corresponding category tag to the record in the FAQ. 2. Put the content of the same tags together. The expected result after adjustment is like this ``` 1. [Sharding] Why are the default distributed auto-augment key strategy provided by ShardingSphere not continuous and most of them end with even numbers? 2. [Sharding] How to solve Cloud not resolve placeholder … in string value … error? 3. [Encryption] How to solve that data encryption can’t work with JPA? 4. [Other] Why do some compiling errors appear? Why did not the IDEA index the generated codes? ``` We provide these tags ``` [JDBC] [Proxy] [Sharding] [Readwrite-splitting] [Scaling] [Shadow] [DistSQL] ``` Corresponding Chinese tags ``` [JDBC] [Proxy] [分片] [读写分离] [弹性伸缩] [影子库压测] [DistSQL] ``` **Notice: ShardingSphere documentation contains English and Chinese versions, which will be processed separately.** -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
