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 2021/09/17 09:05:55 UTC

[GitHub] [shardingsphere] jmbkeyes commented on issue #12512: shardingsphere-jdbc with seata transaction issue

jmbkeyes commented on issue #12512:
URL: https://github.com/apache/shardingsphere/issues/12512#issuecomment-921634599


   @zjcnb 
   ```
   public final class Consts {
       public static final Map<Long, String> CENTERID_MAPPING = new HashMap<Long, String>(){{
            put(1L, "bocaicheckin2018");
            put(2L, "bocaicheckin2019");
            put(3L, "bocaicheckin2020");
       }};
   }
   ```


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