随笔分类 -  springboot

springboot和spring对应版本的介绍
摘要:Spring Boot 、Spring 、JDK版本对应关系: Spring Boot 版本对应 Spring 版本JDK 版本Spring Boot 特性描述 3.2.x 6.1.x 17, 21 增强的云本地支持,新的架构优化,支持 Java 21 3.1.x 6.0.x 17, 20 加入新的 阅读全文
posted @ 2024-12-11 10:50 卡米i 阅读(6873) 评论(0) 推荐(2)
spring-boot-starter-web 的依赖项
摘要:以下是 Spring Boot 1.4.3.RELEASE 版本中 spring-boot-starter-web 的依赖项及其功能描述: ArtifactIdPurpose spring-boot-starter 提供 Spring Boot 应用的核心依赖,包括自动配置支持和日志功能,以简化 S 阅读全文
posted @ 2024-12-10 22:01 卡米i 阅读(309) 评论(0) 推荐(0)
spring-boot-starter-tomcat 的依赖项
摘要:以下是 Spring Boot 1.4.3.RELEASE 版本中 spring-boot-starter-tomcat 的依赖项及其功能描述: ArtifactIdPurpose tomcat-embed-core 提供嵌入式 Tomcat 的核心功能,使应用程序能够通过嵌入式 Tomcat 运行 阅读全文
posted @ 2024-12-10 21:59 卡米i 阅读(256) 评论(0) 推荐(0)
springboot的若干pom依赖
摘要: 阅读全文
posted @ 2024-12-10 21:55 卡米i 阅读(21) 评论(0) 推荐(0)
spring-boot-dependencies的依赖项
摘要:以下是 Spring Boot 1.4.3.RELEASE 版本中spring-boot-dependencies的依赖项及其功能描述,按 artifact 名称排序: Artifact NamePurpose activemq 开放源代码消息代理,实现 Java 消息服务(JMS)规范。 antl 阅读全文
posted @ 2024-12-10 21:51 卡米i 阅读(139) 评论(0) 推荐(0)
spring-boot-starter的依赖项
摘要:以下是 Spring Boot 1.4.3.RELEASE 版本中spring-boot-starter的依赖项及其功能: artifactIdPurpose spring-boot 提供 Spring Boot 的核心功能,包括启动应用程序、加载外部配置、管理应用程序上下文。 spring-boo 阅读全文
posted @ 2024-12-10 21:30 卡米i 阅读(70) 评论(0) 推荐(0)
spring-boot-starters介绍
摘要:Spring Boot 1.4.3.RELEASE版本的spring-boot-starters包含众多模块,其中常用的有: module 功能描述 spring-boot-starter 核心启动器,包括自动配置、日志和 YAML 支持。 spring-boot-starter-parent 为 阅读全文
posted @ 2024-12-10 21:10 卡米i 阅读(112) 评论(0) 推荐(0)