lanchengx opened a new issue #12674:
URL: https://github.com/apache/shardingsphere/issues/12674
When I execute
```
ADD RESOURCE resource_1 (
URL="jdbc:mysql://127.0.0.1:3306/db3?serverTimezone=UTC&useSSL=false",
USER=root,
PASSWORD=root,
PROPERTIES("maximumPoolSize"=10,"idleTimeout"="30000")
);
```
to add resource.
I set a custom connection pool parameter, but the result of executing `show
resources` will not show the parameter I set
--
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]