You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "liuxianqiang (via GitHub)" <gi...@apache.org> on 2023/03/14 07:48:49 UTC

[GitHub] [shardingsphere] liuxianqiang opened a new issue, #24590: Get a simplest dependency for sharding feature

liuxianqiang opened a new issue, #24590:
URL: https://github.com/apache/shardingsphere/issues/24590

   ## Feature Request
   I just want to add sharding feature in my application. so i add following "shardingsphere-jdbc-core" dependency in pom.xml
   But i find shardingsphere-jdbc-core has too many transitive dependency.
   how can i get a simplest dependency ? 
   i tried "shardingsphere-sharding-core", but it not work.
   
   `<dependency>
       <groupId>org.apache.shardingsphere</groupId>
       <artifactId>shardingsphere-jdbc-core</artifactId>
       <version>5.3.1</version>
   </dependency>
   `
   
   ### Is your feature request related to a problem?
   NO
   
   ### Describe the feature you would like.
   simplest dependency to get sharding feature.
   modular design, simpliest 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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] sandynz commented on issue #24590: Get a simplest dependency for sharding feature

Posted by "sandynz (via GitHub)" <gi...@apache.org>.
sandynz commented on issue #24590:
URL: https://github.com/apache/shardingsphere/issues/24590#issuecomment-1467946647

   Hi @liuxianqiang , if you're running ShardingSphere-JDBC, then `shardingsphere-jdbc-core` is required. And you could try [ShardingSphere-Proxy]( https://shardingsphere.apache.org/document/5.3.1/en/quick-start/shardingsphere-proxy-quick-start/ )


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org