pom.xml文件內(nèi)容: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache...
上傳apache-storm-1.1.0.tar.gz到/usr/local 執(zhí)行命令: tar -zxvf apache-storm-1.1.0.tar.gz rm -rf...
執(zhí)行命令: mkdir -p /usr/server cd /usr/server yum install -y readline-devel openssl-devel g...
上傳:scala-2.11.4.tgz到/usr/local目錄下 執(zhí)行命令: tar -zxvf scala-2.11.4.tgz rm -rf scala-2.11.4....
上傳zookeeper-3.4.5.tar.gz到linux的/usr/local目錄下面 執(zhí)行命令: tar -zxvf zookeeper-3.4.5.tar.gz rm...
安裝mysql server 執(zhí)行命令:yum install -y mysql-server 啟動mysql服務:service mysqld start 設(shè)置開機啟動:c...
執(zhí)行命令查看linux是否默認安裝了openjdk:rpm -qa | grep java 如果默認安裝了jdk,需要把默認的jdk刪除,執(zhí)行命令: rpm -e --nod...
新建spring boot項目,修改pom文件依賴 <!--導入spring boot依賴--> <groupId>org.springframework.boot</gro...
service iptables stop service ip6tables stop chkconfig iptables off chkconfig ip6tables...
設(shè)置網(wǎng)絡(luò)連接模式為橋接模式; 執(zhí)行命令打開網(wǎng)卡的配置文件:vim /etc/sysconfig/network-scripts/ifcfg-eth0 修改文件內(nèi)容: DEVI...