🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 一、概述 为方便业务开发,平台内置了很多开箱即用的资源; ## 二、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") ```