2014年1月3日
摘要: 一、MongoDB4.X搭建 1、下载mongdb安装包,在官网上找到对应的版本,我的是centos7 找到上面的连接,通过命令行: 2、将下载的mongodb-linux-x86_64-4.0.0.tgz 上传到要安装的机器 3、解压mongodb-linux-x86_64-4.0.0.tgz 文 阅读全文
posted @ 2014-01-03 21:19 duanxz 阅读(2964) 评论(0) 推荐(0)
摘要: 介绍 Spring Boot有四大神器,分别是auto-configuration、starters、cli、actuator,本文主要讲actuator。actuator是spring boot提供的对应用系统的自省和监控的集成功能,可以对应用系统进行配置查看、相关功能统计等。 如何使用 在pom 阅读全文
posted @ 2014-01-03 09:46 duanxz 阅读(14831) 评论(0) 推荐(1)