idea配置maven 、tomcat和jdk
一.配置maven配置maven 前,maven 的setting 文件中 localRepository 设置成 自己的本地资源库目录file - >settings -> 搜索MavenMaven home directory : 选择maven 路径 (例如:D:/apache-maven-3.5.0)User settings file (Override ...
一.配置maven
配置maven 前,maven 的setting 文件中 localRepository 设置成 自己的本地资源库目录
file - >settings -> 搜索 Maven
Maven home directory : 选择maven 路径 (例如:D:/apache-maven-3.5.0)
User settings file (Override 勾选上):选择maven 的setting文件路径(例如 D:\apache-maven-3.5.0\conf\settings.xml )
Local repository (Override 勾选上): 本地资源目录 (例如 :D:\repository)
二.配置jdk
1.先添加 jdk
file - >project structrue - >SDKs - >点击“+” ->JDK ->选择jdk 安装目录 (例如:C:\Program Files\java\jdk1.8.0_151)
2.为项目配置jdk
file - >project structrue -> Project SDK:选择添加好的jdk
三:.配置tomact
项目先打包好
1.先添加tomcat服务
Settings - > Applications Servers -> 点"+" 添加tomcat
2,为项目配置tomact
Edit Configurations 点击“+” -> Tomcat Server ->Local
Name:项目名(也可自己随便取)
Server 选项卡
vm options : -Dfile.encoding=UTF-8
On updata action : 选择 updata classes and resources
on frame deactivation : 选择 updata classes and resources
Deployment 选项卡
点击右边“+” -> Arifact... - > 选择 项目名.war exploded(例如:wechatlink:war exploded)
Applicatons context :/wechatlink(项目名,若不加,则访问路径就不加这个项目名)
更多推荐
所有评论(0)