摘要: 引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>org 阅读全文
posted @ 2025-12-30 15:25 小城边 阅读(4) 评论(0) 推荐(0)
摘要: import org.springframework.beans.BeansException; import org.springframework.context.ApplicationContext; import org.springframework.context.Application 阅读全文
posted @ 2025-12-30 15:24 小城边 阅读(4) 评论(0) 推荐(0)
摘要: 引入包 <!-- Freemarker 模版 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-freemarker</artifactId> </dependen 阅读全文
posted @ 2025-12-30 15:23 小城边 阅读(2) 评论(0) 推荐(0)
摘要: ObsUtil (web 项目) 引入 web 依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> Obs 阅读全文
posted @ 2025-12-25 16:30 小城边 阅读(9) 评论(0) 推荐(0)
摘要: 映入 webflux 依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-webflux</artifactId> </dependency> ObsFluxUtil 阅读全文
posted @ 2025-12-18 14:15 小城边 阅读(2) 评论(0) 推荐(0)
摘要: 接口梳理提示词 我现在要熟悉springboot项目的一个接口,要知道接口是干了什么事,流程是怎么样的,以及数据是如何处理转换的,涉及的表有哪些,在流程中那个操作了这些表。要梳理出接口详细文档。 你是一名资深 Spring Boot 后端工程师。 我将提供一个接口的源码(包括 Controller、 阅读全文
posted @ 2025-11-19 10:42 小城边 阅读(6) 评论(0) 推荐(0)
摘要: 配置证书: https://blog.51cto.com/u_13236892/5507601 一、安装Zookeeper 1、下载并解压Zookeeper安装包 官网下载地址:https://archive.apache.org/dist/zookeeper/zookeeper-3.6.4/apa 阅读全文
posted @ 2025-11-18 15:00 小城边 阅读(176) 评论(0) 推荐(0)
摘要: package com.example.demo.utils; import jakarta.servlet.http.HttpServletResponse; import lombok.SneakyThrows; import org.springframework.core.io.Resour 阅读全文
posted @ 2025-11-18 14:54 小城边 阅读(7) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width,initial-scale=1.0"/> <title>工具大全< 阅读全文
posted @ 2025-09-19 09:34 小城边 阅读(4) 评论(0) 推荐(0)