01 2021 档案
摘要:1.新建类继承HashedCredentialsMatcher 2.重写doCredentialsMatch,具体实现如下: package com.xiujing.sso.server.credentials; import com.xiujing.sso.server.realm.ShiroDb
阅读全文
摘要:redisTemplate.opsForValue().set("v1",1); redisTemplate.expire("v1",1000,TimeUnit.SECONDS); log.warn("cs{}",redisTemplate.opsForValue().getAndSet("v1",
阅读全文
摘要:https://blog.csdn.net/flytobj/article/details/86303050
阅读全文
摘要:{ "registry-mirrors": [ "https://registry.docker-cn.com", "http://hub-mirror.c.163.com", "https://docker.mirrors.ustc.edu.cn" ] }
阅读全文
摘要:<mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mi
阅读全文
摘要:elk日志平台 占用内存太大 我2g内存内存不够,所以暂时记录搭建ek步骤 1.拉去es7.7镜像 docker pull elasticsearch:7.7.0 2.运行es镜像 docker run --name es -p 9200:9200 -p 9300:9300 -v /config:/
阅读全文

浙公网安备 33010602011771号