Shardingsphere is too large #32649
China-ZengYuZai
started this conversation in
General
Replies: 1 comment
-
No idea, Any suggestion? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using ShardingSphere in Spring Boot by importing the Maven package:
<dependency> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-jdbc-core</artifactId> <version>5.4.0</version> </dependency>
When I package the application into a JAR file, the size of the JAR increases by 70MB.
Is it possible to exclude unnecessary modules to reduce its size? I am connecting to PostgreSQL."
Beta Was this translation helpful? Give feedback.
All reactions