linghengqian commented on issue #20049:
URL:
https://github.com/apache/shardingsphere/issues/20049#issuecomment-1214143361
- I'm not quite sure how others in the community use it, because in my
opinion, the current plugin is mainly for
`org.apache.shardingsphere:shardingsphere-jdbc-core:${shardingsphere.version}`
SPI mechanism that Maven relies on. expanded.
- A simple example is that in ShardingSphere Proxy, the additional SPIs you
implement can be converted into JARs and then handed over to ShardingSphere
Proxy for use, refer to
https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/startup/bin/
.
- Another similar situation is that
`org.apache.shardingsphere:shardingsphere-jdbc-core:${shardingsphere.version}`
does not contain all the components of the master branch, such as
https://shardingsphere.apache.org/document/current/en/user-manual/common-config/builtin-algorithm/sql-translator/
mentioned that the SQL translation module based on JOOQ implementation is not
included in this dependency.
--
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]