Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoFeng2233 committed Oct 7, 2021
1 parent 3a82dc8 commit 43e1635
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.xiaofeng2233.bean;
package com.github.xiaofeng2233.douyinspider.bean;

import lombok.Data;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.xiaofeng2233.bean;
package com.github.xiaofeng2233.douyinspider.bean;

import lombok.Data;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package com.github.xiaofeng2233.spider;
package com.github.xiaofeng2233.douyinspider.spider;


import com.github.xiaofeng2233.bean.Video;
import com.github.xiaofeng2233.bean.VideoInfo;
import com.github.xiaofeng2233.douyinspider.bean.Video;
import com.github.xiaofeng2233.douyinspider.bean.VideoInfo;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.github.xiaofeng2233.spider;
package com.github.xiaofeng2233.douyinspider.spider;

import com.github.xiaofeng2233.bean.Video;
import com.github.xiaofeng2233.bean.VideoInfo;
import com.github.xiaofeng2233.douyinspider.bean.Video;
import com.github.xiaofeng2233.douyinspider.bean.VideoInfo;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
Expand Down

0 comments on commit 43e1635

Please sign in to comment.