软件环境配置

一、JDK配置:

JAVA_HOME

JAVA_HOME  C:\Program Files\Java\jdk1.8.0_181

CLASSPATH:

CLASSPATH: %JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar

path:

path:  %JAVA_HOME%\bin;%JAVA_HOME%\jre\bin

验证:

C:\Users> java javac

二、MAVEN配置

maven-->conf-->setting.xml配置



    
        alimaven
	    aliyun maven
	    http://maven.aliyun.com/nexus/content/groups/public/
	    central       
    



    
	jdk-1.8    
		    
			 true    
			 1.8    
		     
	    
	1.8    
	1.8    
	1.8    
	    


D:\MavenRepository

MAVEN_HOME

MAVEN_HOME  D:\apache-maven-3.5.4

path:

path  %MAVEN_HOME%\bin

验证:

C:\Users>mvn -v

三、MYSQL配置

MYSQL_HOME:

MYSQL_HOME  C:\Program Files (x86)\MySQL\MySQL Server 5.5

path:

path  %MYSQL_HOME%\bin

验证:

C:\Users>mysql -uroot -p
Enter password: **********
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 4
Server version: 5.5.18 MySQL Community Server (GPL)
Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

四、TOMCAT配置

 path:

path  D:\Program Files\Tomcat\bin

 

你可能感兴趣的:(SOFT)