文档支持目录章节跳转同时还支持阅读器左侧大纲显示和章节快速定位,文档内容完整、条理清晰。文档内所有文字、图表、函数、目录等元素均显示正常,无任何异常情况,敬请您放心查阅与使用。文档仅供学习参考,请勿用作商业用途。 你是否渴望掌握一门强大且通用的编程语言,来推动自己的职业发展?Java 就是你的不二之选!作为一种广泛应用于企业级开发、移动应用、大数据等众多领域的编程语言,Java 以其跨平台性、高性能和丰富的类库,为开发者提供了一个稳定而高效的开发环境。
2025-09-19 16:20:27 4.6MB java
1
spring-webflux 5.3.41版本jar包
2025-05-09 11:24:43 806KB java spring webflux
1
本小demo是集成于springboot和spring新提出的webflux模式,前端采用了freemarker模板,数据存储在mongodb中
2024-03-03 15:59:51 15KB 一个小demo
1
Sa-Token v1.23.0 这可能是史上功能最全的 Java 权限认证框架! 在线资料 Sa-Token 介绍 Sa-Token是一个轻量级Java权限认证框架,主要解决:登录认证、权限认证、Session会话、单点登录、OAuth2.0、微服务网关鉴权 等一系列权限相关问题 框架集成简单、开箱即用、API设计清爽,通过Sa-Token,你将以一种极其简单的方式实现系统的权限认证部分 登录认证 —— 单端登录、多端登录、同端互斥登录、七天内免登录 权限认证 —— 权限认证、角色认证、会话二级认证 Session会话 —— 全端共享Session、单端独享Session、自定义Session 踢人下线 —— 根据账号id踢人下线、根据Token值踢人下线 账号封禁 —— 指定天数封禁、永久封禁、设定解封时间 持久层扩展 —— 可集成Redis、Memcached等专业缓存中间件,重启数
2023-11-13 11:03:34 699KB java authorization token springcloud
1
学习WebFlux的好书 These days, businesses need a new type of system that can remain responsive at all times. This is achievable with reactive programming; however, the development of these kinds of systems is a complex task, requiring a deep understanding of the domain. In order to develop highly responsive systems, the developers of the Spring Framework came up with Project Reactor. Hands-On Reactive Programming in Spring 5 begins with the fundamentals of Spring Reactive programming. You'll explore the endless possibilities of building efficient reactive systems with the Spring 5 Framework along with other tools such as WebFlux and Spring Boot. Further on, you'll study reactive programming techniques and apply them to databases and cross-server communication. You will advance your skills in scaling up Spring Cloud Streams and run independent, high-performant reactive microservices. By the end of the book, you will be able to put your skills to use and get on board with the reactive revolution in Spring 5.1!
2023-04-11 16:37:50 13.91MB Reactive Reactor WebFlux
1
春天引导graalvm 这个示例项目展示了如何使用GraalVM本机映像将基于Webflux的Spring Boot应用程序编译成本机应用程序 该项目在这里展示了当前可行的技术演示- 有望获得对Spring Boot的稳定GraalVM Native Image支持,Spring Boot 2.4将基于该版本。 可在Heroku上进行实时部署: : 该项目在某些文章中用作示例: 目录 Spring Boot是GraalVM的新手吗? Spring Graal支持的当前状态: 注意: 是许多项目的保护伞-如果我们想加快启动速度并减少Spring Boot项目的占用空间,则需要关注。 Graal Native Image和SpringBoot 有一些很好的入门资源-例如正在 。 一个人可以告诉Native Image初始化Java类 # at build time: native image --initialize-at-build-time=your.package.YourClass # or at runtime native image --initialize
2022-12-14 20:33:34 1.3MB heroku java docker spring-boot
1
SpringCloud-gateway @EnableWebFluxSecurity注解使用demo, 纯粹的WebFlux,非Spring Security的传统SpringMVC(servlet)整合方案。
2022-08-03 10:25:06 184B Springcloud webflux security
1
弹簧React测试 该项目的目的是演示SpringReact网中的单元,突变和整合测试。 实现了以下实用程序类: MockWebServerKit可以在单元测试中轻松模拟和测试WebClient 。 HttpClientKit可以轻松地将请求发送到集成测试中的控制器。 WireMockKit可以轻松地在集成测试中对我们的第三方依赖WireMockKit进行存根。 您可以在项目中使用这些类。 实施了一个样例项目customer-service ,以显示这些实用程序类的用法并测试Spring响应式应用程序。 customer-service获取客户信息user-service ,并从address-service获取地址信息。 终点 customer-service端点 手术 终点 描述 邮政 /customers 添加新客户 邮政 /customers/{customerId
2022-07-22 11:46:37 110KB unit-testing integration-testing mockito okhttp3
1
1、课程分享——14小时吃透Spring5新特性,重点讲解WebFlux响应式编程,14章全,附源码。 2、课程概述 随着 Spring的迭代升级,基于Spring 5的项目开发和改造需求爆发式增长。本课程通过基于Spring MVC和Spring WebFlux的服务实例对比学习,带大家了解Spring 5的新特性和类库升级时应注意的事项,掌握响应式编程范式并能够根据业务需求进行选型和开发。 3、适合人群 有两年Java/Spring开发经验的程序员
2022-01-25 18:04:00 637B java spring 5 springmvc
1
spring-webflux实战
2021-11-02 18:02:19 17.28MB javaspring