Skip to content
/ avmob Public

让开车众享丝滑~ 91套了cf无法采集了

Notifications You must be signed in to change notification settings

0xddy/avmob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AvMob

让开车众享丝滑 ~

666

介绍

没什么介绍的了,网络请求Okhttp,Dom解析 Jsoup,缓存 Ehcache

  • SpringBoot
  • MDUI + DPlayer

(偷懒就直接给网络请求添加的缓存~)

前端使用 MDUI ,兼容移动端效果不错

1. 本地如何调试?

  • utils -> Okhttp类可设置代理
    static final Proxy.Type PROXY_TYPE = Proxy.Type.SOCKS;
    static final String PROXY_ADDRESS = "192.168.100.5";
    static final int PROXY_PORT = 1080;
    static final boolean USE_PROXY = true;

怎么运行项目?

方法 1 :

安装Idea导入项目,右边工具栏 Gradle -> Tasks -> build -> bootJar

方式 2 :下载Gradle,添加系统环境,再项目目录执行

gradle build

生成 jar 或者 war

gradle bootJar

具体百度搜索 springboot gradle 打包jar

2. 部分提示!

  • WordsUtils 过滤关键词

  • decoder 包下为解析页面具体实现

  • 修改端口可以修改 application.properties

在模板文件里面不要乱格式化代码,会导致 FreeMaker 代码排版错误。

666

About

让开车众享丝滑~ 91套了cf无法采集了

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published