• 修改es查询条数

    curl --location --request PUT 'http://192.168.9.20:9200/indexName/_settings' \--header 'Content-Type: application/json' \--data-raw '{ "index&quo...

    修改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...