https://maven.apache.org/download.cgi Update POM with pacakage Jar and plugins for maven In Plugins do compile and then jar Copy from target to root path, then type:
mvn install:install-file -Dfile=target/OnlineShopping-1.0.jar -DgroupId=com.qiuzhitech -DartifactId=OnlineShopping -Dversion=1.1 -Dpackaging=jar
Jmeter压力测试: apache-jmeter-5.6.3
Redis - 不需要每次启动:
- Install:
sudo apt install redis
- Start:
redis-server &
- Authentication:
redis-cli ping
异步化处理数据,下单和付款解耦。Asynchronous data processing.
Key: ROCKETMQ_HOME,
Val: rocketmq-4.9.3
- Enter CMD go to Folder
/rocketmq-4.9.3/bin
- Start RocketMQ with:
./mqnamesrv
ornohup sh bin/mqnamesrv &
- Launch a new terminal with:
sh mqbroker -n localhost:9876 -c ../conf/broker.conf autoCreateTopicEnable=true
netstat -ano | findstr "9876"
mqshutdown broker
mqshutdown namesrv
./mqadmin deleteTopic -c DefaultCluster -n localhost:9876 -t {topicName}
倒排索引 Inverted Index in Distributed NoSQL DBMS.
- Enter CMD go to Folder
/elasticsearch-7.4.2/bin
- Type
./elasticsearch
- Enter CMD goto folder
/kibana-7.4.2-darwin-x86_64/bin
- Type
./kibana
Visit http://127.0.0.1:9200/ to check ElasticSearch status
Visit http://127.0.0.1:5601/ to manage database via Kibana console
分布式服务发现和配置管理工具。 Distributed service discovery and configuration management tool.
- Download Consul https://developer.hashicorp.com/consul/downloads
- Start with
./consul agent -dev
- Visit Web http://localhost:8500/