Skip to content

Commit

Permalink
@dev 升级Java17、配置文件化、优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepybear1113 committed May 3, 2022
1 parent 44d0abe commit ee660db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/main/java/com/xjx/ddtcrawler/mapper/ItemMapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
import com.xjx.ddtcrawler.domain.Item;
import org.springframework.stereotype.Repository;

/**
* @author xjx
*/
@Repository
public interface ItemMapper extends BaseMapper<Item> {

long getMaxAuctionId();
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
@Repository
public interface TemplateMapper extends BaseMapper<Template> {

List<Template> getAll();
}

0 comments on commit ee660db

Please sign in to comment.