摘要:
创建httpClientConfig配置类 @Configuration @PropertySource(value="classpath:/properties/httpClient.properties") public class HttpClientConfig { @Value("${ht 阅读全文
摘要:
设置文件权限 chmod 777 redis-5.0.4.tar.gz 解压文件 tar -zxf redis-5.0.4.tar.gz 切换目录编译 mv redis-5.0.4 redis cd redis/ make 安装 cd src/ make install 启动 redis-serve 阅读全文