• 修改docker时间

    RUN ln -snf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo 'Asia/Shanghai' > /etc/timezone...

    ClassPathResource文件读取问题

    打成jar包时请使用ClassPathResource(file).inputStream方式读取...

    SpringBoot ES写入设置id数据

    try { val request = BulkRequest(indexNmae) request.timeout("${timeout}s") request.estimatedSizeInBytes() ...

    springboot启用SpringSecurity后post请求返回403

    @Configuration@EnableWebSecurityclass SecurityConfig : WebSecurityConfigurerAdapter() { @Throws(Exception::class) override fun configure(http: H...

    gradle全局镜像地址修改

    gradle.projectsLoaded { rootProject.allprojects { buildscript { repositories { def JCENTER_URL = 'https://maven.al...

    springboot项目docker编译生成镜像

    FROM openjdk:8 AS TEMP_BUILD_IMAGEENV APP_HOME=/usr/app/WORKDIR $APP_HOMECOPY build.gradle.kts settings.gradle.kts init.gradle gradlew $APP_HOMECOPY g...

    adguard home上游DNS服务器cdn过滤清单

    tls://dns.adguard.comhttps://dns.cloudflare.com/dns-query119.29.29.29[/shifen.com/]119.29.29.29[/kunlunhuf.com/]119.29.29.29[/ele.me/]119.29.29.29[/el...

    玩客云刷入armbian使用clash充当旁路

    armbian刷入过程就不再赘述了,看教程请移步小破站固件下载请移步a8ez安装clashmkdirclashcdclashwgethttps://github.com/Dreamacro/clash/releases/download/v1.2.0/clash-linux-armv7-v1.2.0...

    Armbian切换国内源

    # 修改源配置文件sudo nano /etc/apt/sources.listdeb http://mirrors.ustc.edu.cn/debian stretch main contrib non-freedeb http://mirrors.ustc.edu.cn/debian stret...

    net::ERR_HTTP2_PROTOCOL_ERROR 200问题

    查了一下大概意思就是缓冲区的问题在配置文件中加入proxy_max_temp_file_size 0;就可以了...