Windows系统关闭对应端口占用进程

关闭端口占用

查询端口

终结进程

Read more
Java8中map()和flatmap()的用法

map(), flatmap()

二维数组转一维

Read more
初级Java工程师面试知识点

初级Java程序员面试知识点技术栈汇总

包括但不限于:

Java 基础知识

Spring 等框架理解以及运用

数据库基础

项目描述

Read more
Springfox报错documentationPluginsBootstrapper

Springboot 整合 swagger 使用的 springfox 报错

经排查为版本bug

报错: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException

Read more
Spring Security 明文密码

Springboot 中配置 Spring Security

配置PasswordEncode, 使其不适用任何加密方式直接从数据库中查找明文密码

Read more
Spring-boot-maven-plugin未找到

Springboot 项目 pom.xml 中的maven插件突然报错

Plugin org.springframework.boot:spring-boot-maven-plugin: not found

Read more
Java 复习笔记Read more
启动Redis redis-server.exe无法启动或者报错

启动Redis文件夹中 redis-server.exe 控制台一闪而过

运行环境:

Redis Windows 64位版

Redis-x64-3.2.100

Redis官网

Read more
Java面试题整理(一)

Java面试题汇总和个人理解总结

范围包括但不限于:

Java 基础

Spring 等框架

数据库

Read more
MyBatis报错IncompleteElementException

MyBatis搜索数据库结果返回时报错

org.apache.ibatis.builder.IncompleteElementException: Could not find result map …

导致 500 错误

运行环境:

IntelliJ IDEA 2021.2.3 (Ultimate Edition)
Build #IU-212.5457.46, built on October 12, 2021
Runtime version: 11.0.12+7-b1504.40 amd64

Read more