V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
huifer
V2EX  ›  Java

[推广] 基于 spring boot 的 redis 管理工具

  •  
  •   huifer · Oct 20, 2020 · 1703 views
    This topic created in 2025 days ago, the information mentioned may be changed or developed.
    • 项目作用: 嵌入式管理 redis 键值.

    • 项目基于 SpringBoot 进行开发. 主要依赖: spring-boot-starter-data-redis 2.3.3.RELEASE 版本进行开发.

    • 项目地址: https://github.com/huifer/view-redis

    • 引入依赖

    <dependency>
       <groupId>com.github.huifer</groupId>
       <artifactId>view-redis-servlet</artifactId>
       <version>1.0-SNAPSHOT</version>
    </dependency>
    
    • 配置账号密码
    view:
      redis:
        login_name: admin
        password: admin
    
    • 启动类添加@EnableViewRedisServlet

    详细操作需要各位自行体验, 这里就不贴出图片.

    1 replies    2020-10-20 16:12:16 +08:00
    blindpirate
        1
    blindpirate  
       Oct 20, 2020
    我一直有个问题啊,这种一行测试都没有的项目,是怎么进行迭代和维护的?
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   931 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 20:36 · PVG 04:36 · LAX 13:36 · JFK 16:36
    ♥ Do have faith in what you're doing.