当前位置:网站首页>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配置
边栏推荐
- MNIST手写数字识别 —— ResNet-经典卷积神经网络
- 理想的生活
- A code example of the PCL method in the domain of DG (Domain Generalization)
- 数据库的简述与常用操作指南
- LeetCode_Nov_3rd_Week
- 安装MySQL的详细步骤
- Golang环境变量设置(二)--GOMODULE&GOPROXY
- MNIST手写数字识别 —— 从感知机到卷积神经网络
- MNIST handwritten digit recognition, sorted by from two to ten
- 打金?工作室?账号被封?游戏灰黑产离我们有多近
猜你喜欢
LeetCode_Dec_2nd_Week
剪映专业版字幕导出随笔
MNIST Handwritten Digit Recognition - Image Analysis Method for Binary Classification
2020-03-27
MOOSE平台官方第二个例子分析——关于创建Kernel,求解对流扩散方程
[Deep Learning Diary] Day 1: Hello world, Hello CNN MNIST
Amazon Cloud Technology Build On-Amazon Neptune's Knowledge Graph-Based Recommendation Model Building Experience
Chapter One Introduction
安装Apache服务时出现的几个问题, AH00369,AH00526,AH00072....
Question 1000: Input two integers a and b, calculate the sum of a+b, this question is multiple sets of test data
随机推荐
arm交叉编译
如何成长为高级工程师?
详解近端策略优化
Copy Siege Lion 5-minute online experience MindIR format model generation
MNIST手写数字识别 —— ResNet-经典卷积神经网络
[Daily Office][Miscellaneous][vscode]tab space
[English learning][sentence] good sentence
Question 1000: Input two integers a and b, calculate the sum of a+b, this question is multiple sets of test data
Copy攻城狮5分钟在线体验 MindIR 格式模型生成
LeetCode_Nov_3rd_Week
Chapter One Introduction
集合--LinkedList
C语言静态变量static的分析
Tencent and NetEase have taken action one after another. What is the metaverse that is so popular that it is out of the circle?
[日常办公][杂项][vscode]tab space
Fabric v1.1 环境搭建
【Copy攻城狮日志】飞浆学院强化学习7日打卡营-学习笔记
LeetCode_22_Apr_2nd_Week
LeetCode_22_Apr_4th_Week
关于DG(域泛化)领域的PCL方法的代码实例