12 2025 档案

摘要:引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>org 阅读全文
posted @ 2025-12-30 15:25 小城边 阅读(8) 评论(0) 推荐(0)
摘要:import org.springframework.beans.BeansException; import org.springframework.context.ApplicationContext; import org.springframework.context.Application 阅读全文
posted @ 2025-12-30 15:24 小城边 阅读(8) 评论(0) 推荐(0)
摘要:引入包 <!-- Freemarker 模版 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-freemarker</artifactId> </dependen 阅读全文
posted @ 2025-12-30 15:23 小城边 阅读(5) 评论(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 小城边 阅读(10) 评论(0) 推荐(0)
摘要:映入 webflux 依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-webflux</artifactId> </dependency> ObsFluxUtil 阅读全文
posted @ 2025-12-18 14:15 小城边 阅读(5) 评论(0) 推荐(0)