首页 > 其他分享 >Spring Frameword参考手册

Spring Frameword参考手册

时间:2022-11-08 00:34:23浏览次数:61  
标签:Web WebSocket Spring 参考手册 Data Frameword

目录

Overview

history, design philosophy, feedback, getting started.

Core

IoC Container, Events, Resources, i18n, Validation, Data Binding, Type Conversion, SpEL, AOP.

Testing

Mock Objects, TestContext Framework, Spring MVC Test, WebTestClient.

Data Access

Transactions, DAO Support, JDBC, R2DBC, O/R Mapping, XML Marshalling.

Web Servlet

Spring MVC, WebSocket, SockJS, STOMP Messaging.

Web Reactive

Spring WebFlux, WebClient, WebSocket, RSocket.

Integration

Remoting, JMS, JCA, JMX, Email, Tasks, Scheduling, Caching.

Languages

Kotlin, Groovy, Dynamic Languages.

Appendix

Spring properties.

Wiki

What’s New, Upgrade Notes, Supported Versions, and other cross-version information.

标签:Web,WebSocket,Spring,参考手册,Data,Frameword
From: https://www.cnblogs.com/javalouvre/p/16867978.html

相关文章

  • SpringBoot参考手册
    目录LegalGettingHelpDocumentationOverviewGettingStartedUpgradingSpringBootApplicationsUsingSpringBootCoreFeaturesWebDataIOMessagingContainerImagesPro......
  • SpringBoot IO
    目录1、Caching1.1、SupportedCacheProviders2、Hazelcast3、QuartzScheduler4、SendingEmail5、Validation5.1、验证手机号是否有效示例5.1.1、定义验证注解类5.1.2、......
  • Spring的IoC容器之BeanFactory
    SpringIoC容器之BeanFactory首先,Spring提供了两种容器类型:BeanFactory和ApplicationContext。BeanFactory:基础容器类型,提供了完整的IoC服务支持。默认采用延迟......
  • springboot多环境配置
    springboot整合多个环境配置springboot默认读取配置文件名称application,且多个环境配置文件必须按照如下命名Application-dev.yml开发环境application-test.yml......
  • springboot整合nacos config详解
    springboot整合nacos详解@value:读取application文件@ConfigurationProperties:读取指定文件@PropertySource:自定义文件引入@PropertySource+@Value:读取自定义文件@Pro......
  • Spring 的jar包下载
    Spring官方Spring官网(https://spring.io/)Spring的下载进入Spring官网,选择Progects下的SpringFramework选项,进入详情页面Spring官网Springframework......
  • springboot整合多个环境配置
    springboot整合多个环境配置​ springboot默认读取配置文件名称application,且多个环境配置文件必须按照如下命名Application-dev.yml 开发环境application-test.y......
  • springboot 上传文件设置文件大小限制
     报错内容:org.springframework.web.multipart.MaxUploadSizeExceededException: Maximum upload size exceeded; nested exception is java.lang.IllegalStateExce......
  • SpringMVC添加依赖包
    `4.0.0<groupId>org.example</groupId><artifactId>ssmbuild</artifactId><version>1.0-SNAPSHOT</version><properties><maven.compiler.source>8</maven.com......
  • Springboot中使用GSON报错 An attempt was made to call the method com.google.gso
    错误如下: Description:Anattemptwasmadetocallthemethodcom.google.gson.GsonBuilder.setLenient()Lcom/google/gson/GsonBuilder;butitdoesnotexist.Itscl......