Skip to content

Commit

Permalink
Refactor example codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
haocao committed Aug 11, 2017
1 parent 62f6deb commit 08ae843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions sharding-jdbc-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<module>sharding-jdbc-example-jpa</module>
<module>sharding-jdbc-example-config-yaml</module>
<module>sharding-jdbc-example-config-spring</module>
<module>sharding-jdbc-example-jdbc-transaction</module>
<module>sharding-jdbc-example-jdbc-masterslave</module>
<module>sharding-jdbc-example-config-spring-masterslave</module>
<module>sharding-jdbc-example-jdbc-masterslave</module>
<module>sharding-jdbc-example-jdbc-transaction</module>
</modules>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@

import javax.annotation.Resource;

/**
* Order 服务对象.
*
* @author gaohongtao
*/
@Service
@Transactional
public class OrderService {
Expand Down

0 comments on commit 08ae843

Please sign in to comment.