12 2025 档案
摘要:引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>org
阅读全文
摘要:import org.springframework.beans.BeansException; import org.springframework.context.ApplicationContext; import org.springframework.context.Application
阅读全文
摘要:引入包 <!-- Freemarker 模版 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-freemarker</artifactId> </dependen
阅读全文
摘要:ObsUtil (web 项目) 引入 web 依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> Obs
阅读全文
摘要:映入 webflux 依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-webflux</artifactId> </dependency> ObsFluxUtil
阅读全文
浙公网安备 33010602011771号