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

 ##########
 File path: 
example-common/repository-jpa/src/main/java/org/apache/shardingsphere/example/common/jpa/service/JPACommonServiceImpl.java
 ##########
 @@ -36,6 +39,9 @@
     
     @Resource
     private OrderItemRepository orderItemRepository;
+
+    @Resource
+    private CountryRepository countryRepository;
 
 Review comment:
   you can add a CountryServiceImpl to isolate the modification like we have 
done in UserServiceImpl

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