当前位置:网站首页>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配置
边栏推荐
- Postgresql snapshot
- MNIST手写数字识别 —— ResNet-经典卷积神经网络
- Object.requireNonNull 方法说明
- Stream API
- makefile基础学习
- Deep learning, "grain and grass" first--On the way to obtain data sets
- LeetCode_Nov_5th_Week
- 【Copy攻城狮日志】“一分钟”跑通MindSpore的LeNet模型
- Brief description of database and common operation guide
- Amazon Cloud Technology Build On 2022 - AIot Season 2 IoT Special Experiment Experience
猜你喜欢
随机推荐
Copy Siege Lions "sticky" to AI couplets
安装MySQL的详细步骤
[开发杂项][调试]debug into kernel
FAREWARE ADDRESS
Design and implementation of legal aid platform based on asp.net (with project link)
通用解决端口占用问题
Deep Learning Theory - Initialization, Parameter Adjustment
C语言结构体(必须掌握版)
[日常办公][shell]常用代码段
动态内存管理-C语言
Tencent and NetEase have taken action one after another. What is the metaverse that is so popular that it is out of the circle?
target has libraries with conflicting names: libcrypto.a and libssl.a.
[English learning][sentence] good sentence
LeetCode_Nov_4th_Week
第三章 标准单元库(下)
LeetCode_Nov_2nd_Week
安装Apache服务时出现的几个问题, AH00369,AH00526,AH00072....
【Copy攻城狮日志】飞浆学院强化学习7日打卡营-学习笔记
Copy Siege Lion 5-minute online experience MindIR format model generation
SQL注入详解








