提交 08ae843f 编写于 作者: H haocao

Refactor example codes.

上级 62f6debe
......@@ -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>
......
......@@ -26,11 +26,6 @@ import org.springframework.transaction.annotation.Transactional;
import javax.annotation.Resource;
/**
* Order 服务对象.
*
* @author gaohongtao
*/
@Service
@Transactional
public class OrderService {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册