betterjava commented on a change in pull request #122: Add a broadcast-table 
example for sharding-jdbc
URL: 
https://github.com/apache/incubator-shardingsphere-example/pull/122#discussion_r273362064
 
 

 ##########
 File path: 
sharding-jdbc-example/sharding-example/sharding-raw-jdbc-example/src/main/java/org/apache/shardingsphere/example/sharding/raw/jdbc/JavaConfigurationExample.java
 ##########
 @@ -44,9 +46,17 @@ public static void main(final String[] args) throws 
SQLException {
         commonService.initEnvironment();
         commonService.processSuccess();
         commonService.cleanEnvironment();
+        CommonService countryService = getCountryService(dataSource);
+        countryService.initEnvironment();
 
 Review comment:
   ok

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to