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_r273347391
 
 

 ##########
 File path: 
sharding-jdbc-example/sharding-example/sharding-raw-jdbc-example/src/main/java/org/apache/shardingsphere/example/sharding/raw/jdbc/JavaRangeConfigurationExample.java
 ##########
 @@ -47,6 +48,6 @@ public static void main(final String[] args) throws 
SQLException {
     }
     
     private static CommonService getCommonService(final DataSource dataSource) 
{
-        return new CommonServiceImpl(new RangeOrderRepositoryImpl(dataSource), 
new OrderItemRepositoryImpl(dataSource));
+        return new CommonServiceImpl(new RangeOrderRepositoryImpl(dataSource), 
new OrderItemRepositoryImpl(dataSource),new CountryRepositroyImpl(dataSource));
 
 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