We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6084cab commit 87b8160Copy full SHA for 87b8160
src/main/java/com/isea533/mybatis/service/impl/BaseService.java
@@ -26,15 +26,13 @@
26
27
import com.isea533.mybatis.service.IService;
28
import org.springframework.beans.factory.annotation.Autowired;
29
-import org.springframework.stereotype.Service;
30
import tk.mybatis.mapper.common.Mapper;
31
32
import java.util.List;
33
34
/**
35
* Created by liuzh on 2014/12/11.
36
*/
37
-@Service
38
public abstract class BaseService<T> implements IService<T> {
39
40
@Autowired
0 commit comments