ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 一、概述 为方便业务开发,平台内置了很多开箱即用的资源; ## 二、redis资源 引入: ``` @Autowired private RedisMainPlatformCoreOperator redisOperatorMainPlatformCore; ``` 使用: ``` redisOperatorMainPlatformCore.set(key,value); redisOperatorMainPlatformCore.get(key); ``` ## 三、业务配置 rayframework-ray.properties中增加配置属性; ``` rayframework.business.parameter=abc ``` 使用: ``` RayGlobalConfig.getGlobalProperties().getParameterHolder().getProperty("rayframework.business.parameter") ```