post_img

09-SpringBoot部署

摘要

SpringBoot部署 使用Maven将SpringBoot打包为jar包后,配置文件也随之被打包,若想在部署时修改其配置,就需 …

post_img

02-SpringBoot中的概念

摘要

SpringBoot中的概念 依赖管理 SpringBoot项目自动引入依赖的原因是引用了一个父项目和starter场景启动器 场 …

post_img

01-SpringBoot简介

摘要

SpringBoot简介 SpringBoot是整合Spring技术栈的一站式框架,用于快速创建独立基于Spring的应用程序,简 …

post_img

08-常见需求

摘要

常见需求 逻辑删除 插入: 不作限制 查找: 追加where条件过滤掉已删除数据,且使用wrapper.entity生成的wher …