Devlive 开源社区 本次搜索耗时 0.860 秒,为您找到 45 个相关结果.
  • SSO Integration

    Background SSO login workflow How to enable SSO login Note Background As an enterpise practice, it’s common to apply Single sign-on (SSO) across all applications, so that use...
  • SSO 集成

    背景介绍 SSO 登录工作流 如何启用SSO登录 注意事项 背景介绍 作为企业实践,在应用程序中应用单点登录 (SSO) 是很常见的,这样可以通过集中且安全的方式管理用户凭证。 基于 Streampark 使用 Apache Shiro 进行身份验证和授权的事实,我们将使用 Pac4j 框架来实现单点登录 (SSO) 支持功能。 Pac4j 是...
  • 升级文档

    1. 备份上一版本文件和数据库 2. 停止dolphinscheduler所有服务 3. 下载新版本的安装包 4. 数据库升级 5. 后端服务升级 6. 前端服务升级 1. 备份上一版本文件和数据库 2. 停止dolphinscheduler所有服务 sh ./script/stop-all.sh 3. 下载新版本的安装包 下载 ,...
  • 升级文档

    1. 备份上一版本文件和数据库 2. 停止dolphinscheduler所有服务 3. 下载新版本的安装包 4. 数据库升级 5. 后端服务升级 6. 前端服务升级 1. 备份上一版本文件和数据库 2. 停止dolphinscheduler所有服务 sh ./script/stop-all.sh 3. 下载新版本的安装包 下载 ,...
  • 5. Data partitioning (sharding)

    1630 2024-06-19 《Redisson 3.31.0》
    1. Partitioning (sharding) of Redis based Java objects 2. Partitioning (sharding) of Redis setup This feature available only in Redisson PRO edition. 1. Partitioning (shardin...
  • Configuration

    527 2025-03-14 《Redisson 3.45.0》
    Using Redisson API Programmatic configuration is performed by the Config object instance. For example: Config config = new Config (); config . setTransportMode ( Transpo...
  • Cache API implementations

    398 2025-03-15 《Redisson 3.45.0》
    Spring Cache Redisson provides various Spring Cache implementations. Each Cache instance has two important parameters: ttl and maxIdleTime . Data is stored infinitely if these se...
  • Distributed services

    383 2025-03-14 《Redisson 3.45.0》
    Remote service Redisson provides Java Remote Services to execute remote procedure call using Redis or Valkey. Remote interface could have any type of method parameters and result ...
  • Integration with Spring

    325 2025-03-15 《Redisson 3.45.0》
    Spring Boot Starter Integrates Redisson with Spring Boot library. Depends on Spring Data Redis module. Supports Spring Boot 1.3.x - 3.4.x Usage 1. Add redisson-spring-boot-sta...
  • Microservices integration

    218 2025-03-15 《Redisson 3.45.0》
    Spring Boot For Spring Boot usage please refer to Spring Boot article. Micronaut Redisson integrates with Micronaut framework. Supports Micronaut 2.0.x - 4.x.x Usage 1. A...