- mysql一个,redis一个,rabbitmq一个,consul注册中心一个
- jdk1.8
- IDE插件一个,
lombok插件
Rabbitmq Installing on Windows
https://www.rabbitmq.com/install-windows.html
RabbitMQ requires a 64-bit supported version of Erlang for Windows to be installed. There's a Windows installer for Erlang. Important: the Erlang installer must be run using an administrative account otherwise a registry key expected by the RabbitMQ installer will not be present.
要先装otp再装rabbitmq
http://erlang.org/download/otp_win64_19.3.exe
Then, run the RabbitMQ installer, rabbitmq-server-3.7.9.exe. It installs RabbitMQ as a Windows service and starts it using the default configuration.