当前位置:网站首页>IDEA中创建web项目实现步骤
IDEA中创建web项目实现步骤
2022-08-04 05:31:00 【look up at the stars】
一、创建项目
1.新建项目
2.选择java模块–>选择jdk版本–>勾选Web Application选项
3.填写项目名,完成项目创建
二、配置tomcat服务器
1.打开创建的项目,选择 Add…(即编辑配置)
2.点击页面左上“+” 配置实例的tomcat
3.下拉选择tomcat server–>点击local
4.配置jdk和tomcat版本
(1)点击configure选择解压后的tomcat文件夹配置tomcat
(2)点击JRE选中本机jdk
5.(1)点击Deployment->点击“”+选中Artifact
(2)出现如下页面后,通过Application context设置上下文路径
6.点击应用->确定,完成tomcat配置
边栏推荐
- [Daily office][shell] Common code snippets
- [日常办公][杂项][vscode]tab space
- 【Copy攻城狮日志】飞浆学院强化学习7日打卡营-学习笔记
- 深度学习理论——过拟合、欠拟合、正则化、优化器
- 深度学习,“粮草”先行--浅谈数据集获取之道
- No matching function for call to ‘RCTBridgeModuleNameForClass‘
- [日常办公][ssh]cheatsheet
- Deep Learning Theory - Initialization, Parameter Adjustment
- 【Copy攻城狮日志】“一分钟”跑通MindSpore的LeNet模型
- Thunderbolt turns off automatic updates
猜你喜欢
随机推荐
Install Minikube Cluster in AWS-EC2
CSDN spree -- college round table spree
No matching function for call to 'RCTBridgeModuleNameForClass'
动态内存管理-C语言
浅谈外挂常识和如何防御
Question 1000: Input two integers a and b, calculate the sum of a+b, this question is multiple sets of test data
Golang environment variable settings (2)--GOMODULE & GOPROXY
【Copy攻城狮日志】飞浆学院强化学习7日打卡营-学习笔记
Object.requireNonNull 方法说明
抽象类、内部类和接口
Cut the hit pro subtitles export of essays
浅谈游戏音效测试点
LeetCode_Dec_3rd_Week
[Daily Office][Miscellaneous][vscode]tab space
LeetCode_Dec_2nd_Week
MNIST handwritten digit recognition, sorted by from two to ten
深度学习理论 —— 初始化、参数调节
亚马逊云科技Build On-Amazon Neptune基于知识图谱的推荐模型构建心得
IDEA创建Servlet步骤
LeetCode_22_Apr_2nd_Week