
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
参考链接: springboot+Loki+Loki4j+Grafana搭建轻量级日志系统_springboot loki-CSDN博客Loki 是一个受 Prometheus 启发的水平可扩展、高可用、多租户日志聚合系统。 它被设计成非常经济高效且易于运维。 Loki 并不索引日志内容,而是索引每个日志流的标签集合。与其它日志聚合系统相比,Loki 具有以下特点:基于 Loki 的日志栈由三个组
定义树形结构接口import java.util.List;/*** 树形结构基础类* @param <T>*/public interface BaseTree<T> {String getId();void setId(String id);String getPid();void setPid(String pid);List<T> getChildren
java springboot中 使用 验证码

服务端代码 端口默认8080import org.springframework.context.annotation.Bean;import org.springframework.context.annotation.Configuration;import org.springframework.web.socket.server.standard.ServerEndpointExporte
结合自定义注解import java.lang.annotation.*;/*** 指定mapper方法中开启sql同步** @author zhoumin*/@Target(ElementType.METHOD)@Retention(RetentionPolicy.RUNTIME)@Documentedpublic @interface SqlLogs {/*** 是否同步sql*/boolea
https://gitee.com/slzh/dynamic-datasource-spring-boot-starter
poi-tl 本文,图片,区块对的使用
PDManer元数建模,是一款多操作系统开源免费的桌面版关系数据库模型建模工具,相对于PowerDesigner,他具备界面简洁美观,操作简单,上手容易等特点。MySQL,PostgreSQL,Oracle,SQLServer等常见数据库。支持Hive,MaxCompute等大数据方向的数据库。支持达梦,GuassDB等国产数据库。用户还可以自行添加更多的数据库扩展。








