
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
java开发规范

定义树形结构接口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等国产数据库。用户还可以自行添加更多的数据库扩展。








