北京国炬信息技术有限公司

  • 首页
  • 产品方案
    • 低代码平台
    • 流程设计器
    • 微服务方案
    • 表单设计器
    • 大屏设计器
    • 报表设计器
    • 流程数据中台
    • 移动APP方案
  • 新闻动态
    • 公司动态
    • 技术博客
    • 学习视频
  • 关于我们
    • 公司简介
    • 发展历程
    • 公司荣誉
    • 联系我们
  • 人才招聘
首页 > 新闻动态 > 公司动态

JeecgBoot集成宝兰德CacheDB

作者:admin 发布时间:2024-02-22 点击数:

BES CacheDB介绍

BES CacheDB (简称BCD)是一款宝兰德自研的分布式高性能KV存储数据库,可完全兼 容Redis协议标准,支持基于内存和文件的持久化存储,保证数据的安全可靠。主要解决高并发、 大数据量场景下的数据访问性能问题,具有高性价比、高可靠、弹性伸缩、高可用等特点。

BCD部署(单机)

本文采用单节点部署模式,生产环境请使用集群部署方式。

单节点部署

  • 1、获取BCD发行版打包文件以及license文件,并上传至服务器。
  • 2、解压部署包,进入bin目录。
# cd /opt/cacheServer/master/
# tar -zxvf CACHESERVER-3.1.0-RHEL6-X64.tar.gz
# CACHESERVER-3.1.0-RHEL6-X64/bin/
  • 3、执行命令:./initstore初始化存储。
# ./initstore
  • 4、执行命令./startManagement启动管理中心。
# ./startManagement
Starting BES Cache Server... 
More information refer to server log (default:/opt/cacheServer/master/CACHESERVER-3.1.0-RHEL6-X64/logs/server.log)
[root@VM-16-8-opencloudos bin]# tail -f ../logs/server.log 
##|2023-12-25 16:42:08.793|INFO|server|_ThreadID=42;_ThreadName=DeploymentService-deployment-on-startup|Creating Resource(id=comp/DefaultContextService)|##
##|2023-12-25 16:42:09.088|INFO|deployment|_ThreadID=42;_ThreadName=DeploymentService-deployment-on-startup|Assembling app: /opt/cacheServer/master/CACHESERVER-3.1.0-RHEL6-X64/server/lib/system/apps/sysapp|##
##|2023-12-25 16:42:09.822|INFO|com.bes.enterprise.appserver.snapshot.auto.AutoSnapshotFactory|_ThreadID=42;_ThreadName=DeploymentService-deployment-on-startup|The auto snapshot service configuration was not found, it will be ignored.|##
##|2023-12-25 16:42:09.861|INFO|web|_ThreadID=42;_ThreadName=DeploymentService-deployment-on-startup|Loading application sysapp at [/sysapp].|##
##|2023-12-25 16:42:09.862|INFO|deployment|_ThreadID=42;_ThreadName=DeploymentService-deployment-on-startup|Started Application(path=sysapp)|##
##|2023-12-25 16:42:10.118|INFO|configuration|_ThreadID=42;_ThreadName=DeploymentService-deployment-on-startup|Configuring enterprise application: /opt/cacheServer/master/CACHESERVER-3.1.0-RHEL6-X64/system/console|##
##|2023-12-25 16:42:13.617|INFO|deployment|_ThreadID=42;_ThreadName=DeploymentService-deployment-on-startup|Assembling app: /opt/cacheServer/master/CACHESERVER-3.1.0-RHEL6-X64/system/console|##
##|2023-12-25 16:42:14.140|INFO|web|_ThreadID=42;_ThreadName=DeploymentService-deployment-on-startup|1 Spring WebApplicationInitializers detected on classpath|##
##|2023-12-25 16:42:14.535|INFO|web|_ThreadID=42;_ThreadName=DeploymentService-deployment-on-startup|At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.|##
##|2023-12-25 16:42:14.546|INFO|web|_ThreadID=42;_ThreadName=DeploymentService-deployment-on-startup|Initializing Spring root WebApplicationContext|##
##|2023-12-25 16:42:25.847|INFO|web|_ThreadID=42;_ThreadName=DeploymentService-deployment-on-startup|Loading application console at [/console].|##
##|2023-12-25 16:42:25.847|INFO|deployment|_ThreadID=42;_ThreadName=DeploymentService-deployment-on-startup|Started Application(path=console)|##
##|2023-12-25 16:42:26.531|INFO|web|_ThreadID=1;_ThreadName=main|Started compress log service.|##
##|2023-12-25 16:42:26.531|INFO|web|_ThreadID=1;_ThreadName=main|Server startup in 18584 ms|##
##|2023-12-25 16:42:26.676|INFO|web|_ThreadID=17;_ThreadName=Thread-3|Using a shared selector for servlet write/read|##
  • 5、 打开浏览器,通过http://ip:4900/console访问管理中心控制台。

JeecgBoot集成宝兰德CacheDB(图1)


  • 6、点击节点管理,新建节点

JeecgBoot集成宝兰德CacheDB(图2)


  • 7、点击实例管理,新增实例组

JeecgBoot集成宝兰德CacheDB(图3)


  • 8、配置实例端口和访问密码

JeecgBoot集成宝兰德CacheDB(图4)


  • 9、返回实例管理,点击启动,启动实例组

JeecgBoot集成宝兰德CacheDB(图5)


JeecgBoot集成TongRDS配置及测试

  • 1、 打开JeecgBoot项目配置文件,修改redis连接配置与上文一致。

JeecgBoot集成宝兰德CacheDB(图6)


  • 2、启动项目,项目成功启动未报错。

  • 3、启动前端项目,并访问登录,未见异常。

  • 4、使用Redis客户端工具连接BCD查看。缓存数据已正常存入BCD中。

JeecgBoot集成宝兰德CacheDB(图7)


至此JeecgBoot集成BES CacheDB完成。


加入收藏
上一篇:JeecgBoot集成宝兰德AppServer部署方案
下一篇:JimuReport积木报表 v1.7.2 版本发布,低代码
返回列表

随便看看

  • 智能开发平台JEECG 3.3.1 beta 发布
  • 微信公众号开发平台JeeWx 2.0发布
  • JeecgBoot v3.7.0 all 版本发布,前后端合并一个仓库
  • JimuReport 积木报表 v1.7.4 正式版本发布,免费的 JAVA 报表工具
  • 【头条大瓜】积木报表刚刚推送了仪表盘测试版
  • Jeewx-Boot 1.2 小程序官网模块发布,免费开源的微
  • 秋日上新!H5活动之家营销平台升级大盘点!
  • JimuReport积木报表 v1.6.4 稳定版本正式发布—免费报表工具
  • 【DeepSeek版】JeecgBoot低代码 3.7.3 发布,集成DeepSeek实现AI编程
  • JimuReport 1.4.0-beta 首个里程碑版本发布,免费的低代码报表

  • 公司产品
  • JeecgBoot低代码平台
  • 敲敲云零代码
  • 大屏设计器
  • 流程设计器
  • 表单设计器
  • 源码下载
  • JeecgBoot低代码平台
  • 积木报表平台
  • 移动开发平台
  • 微信管家平台
  • 更多信息
  • JEECG官方论坛
  • JEECG插件市场
  • 仪表盘设计器
  • 积木报表官网
  • 联系我们
  • 中国·北京·朝阳区科荟前街1号院奥林佳泰大厦9层
  • 商务QQ: 69893005、418799587
  • 商务热线: 010-64808099(5*8小时)
  • 项目外包: 18611788525(5*8小时)
  • 扫码关注我们
Copyright © 2015 北京国炬软件 All Rights Reserved Powered by JEECG 京ICP备2023027727号