原创 InfluxDB基本概念及如何安裝

一、Windows 安裝 1、下載windows版本數據庫 [下載influxdb](https://dl.influxdata.com/influxdb/releases/influxdb-1.7.0_windows_amd64.zip)

原创 IDEA導出項目依賴jar包並生成清單文件

1、命令行到項目目錄執行命令 mvn dependency:copy-dependencies -DoutputDirectory=D:\lib 注:其中D:\lib目錄需要提交創建 2、進行到D:\lib執行命令 tree /f >tre

原创 SpringBoot配置類編寫

1、編寫properties文件 2、編寫配置類 3、編譯項目將target\classes\META-INF\spring-configuration-metadata.json文件copy到resources\META-INF目錄這樣以

原创 springboot --自定義健康檢查

1、添加依賴 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-

原创 SpringBoot實現自定義stater

1、添加依賴 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-bo

原创 Spring boot + Websocket

1、添加配置類 import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration

原创 Windows下安裝mogoDB

1、下載windows版本mongoDB安裝文件 [下載地址](https://www.mongodb.com/download-center/community) 2、安裝mogoDB 2.1、我這裏解壓到D:\tools\mongoDB

原创 InfluxDB基本概念及Windows下如何安裝

安裝 1、下載windows版本數據庫 [下載influxdb](https://dl.influxdata.com/influxdb/releases/influxdb-1.7.0_windows_amd64.zip) 2、啓動數據庫 2

原创 Windows下安裝RabbitMQ

1、安裝Erlang [下載erlang](http://www.erlang.org/download.html) 2、安裝RabbitMQ [下載RabbitMQ](http://www.rabbitmq.com/download.ht