本小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
ChannelPool 设计实现解读 回到Connection的设定这节最初,我们主要是通过 ChannelPool 来解决与多个服务端交互以及与单 个服务端建立多个连接的问题。那么这里就来对 ChannelPool 其中的设计与实现进行探索一番。 ChannelPool ,顾名思义,就是一个管理 channel 的容器,里面包含了从容器里获取 channel , 将使用的 channel 放回容器中,还有一个就是关闭容器,于是,就有下面这个接口设计:
2021-10-26 11:07:53 281KB java spring reactor
1
这是一个最完整Webflux项目,而且是可以运行,里面用到了redis,以及redis工具类,使用的是java10,Gradle, IDEA2018,适合java开发的人,很不错哦
2021-10-10 22:56:31 70KB JAVA WebFlux Gradle Redis
1