8000 消除误解。 · coderhxt/Mybatis-Spring@87b8160 · GitHub
[go: up one dir, main page]

Skip to content

Commit 87b8160

Browse files
committed
消除误解。
1 parent 6084cab commit 87b8160

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/isea533/mybatis/service/impl/BaseService.java

Lines changed: 0 additions & 2 deletions
< 5B8C tr class="diff-line-row">
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,13 @@
2626

2727
import com.isea533.mybatis.service.IService;
2828
import org.springframework.beans.factory.annotation.Autowired;
29-
import org.springframework.stereotype.Service;
3029
import tk.mybatis.mapper.common.Mapper;
3130

3231
import java.util.List;
3332

3433
/**
3534
* Created by liuzh on 2014/12/11.
3635
*/
37-
@Service
3836
public abstract class BaseService<T> implements IService<T> {
3937

4038
@Autowired

0 commit comments

Comments
 (0)
0