You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/01/29 09:31:52 UTC

[GitHub] [shardingsphere] zjcnb commented on issue #15152: No value specified for parameter

zjcnb commented on issue #15152:
URL: https://github.com/apache/shardingsphere/issues/15152#issuecomment-1024875891


   > spring: application: name: micro-fund shardingsphere: props: sql-show: true mode: type: Memory datasource: names: fund fund: type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://_**:3306/**_?useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowPublicKeyRetrieval=true&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2B0 username: *** password: *** rules: sharding: tables: api_flow: actual-data-nodes: fund.api_flow table-strategy: standard: sharding-column: uuid sharding-algorithm-name: custom-sharding sharding-algorithms: custom-sharding: type: CLASS_BASED props: strategy: STANDARD algorithmClassName: ***.CustomSharding
   
   Thanks. I will check it.


-- 
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