zzyReal666 opened a new issue, #30390: URL: https://github.com/apache/shardingsphere/issues/30390
Hi! I had some problems building the mysql encryption application locally: 1. I download source code version :5.4.1; 2. Then I ran the maven command that I got from the document:`mvn clean install -Prelease -T1C -DskipTests -Djacoco.skip=true -Dcheckstyle.skip=true -Drat.skip=true -Dmaven.javadoc.skip=true -B` 3. The following dependencies have been added to the distribution-jdbc module, all of which I might use: 4. change maven assembly config to build dependencies in one .jar file:  5. Then move on to step two; 6. I got a jar .I use it like jdbc pulled in maven.Then came some problem. **problem:** 1. I want mysql encryption only,but it said other databases which I don`t use spi implemention can not be found,such as:` SPI-00001: No implementation class load from SPI org.apache.shardingsphere.infra.database.core.type.DatabaseType with type openGauss `,not only openGuass,but also h2,postgre yet **Then what I want to get**: 1. I want to know if my build steps are wrong and how can I fix this and successfully build my ssp locally 2. I have googled for a long time,cant resolve it,I would be most grateful if someone could help me -- 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]
