AntonyCheng commented on issue #29391:
URL: 
https://github.com/apache/shardingsphere/issues/29391#issuecomment-1853369929

   I copied the relevant code into my own project, but it still reported an 
error: 'SPI-00001: No implementation class load from SPI 
`org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm` with type 
`CHAR_DIGEST_LIKE`.'
   ``` java
   @EqualsAndHashCode
   public final class CharDigestLikeEncryptAlgorithm implements 
LikeEncryptAlgorithm {
   
       private static final String DELTA_KEY = "delta";
   
       private static final String MASK_KEY = "mask";
   
       ......
   }
   ```
   How do I copy it specifically?
   


-- 
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]

Reply via email to