当前位置:网站首页>How IDEA runs web programs
How IDEA runs web programs
2022-07-31 13:09:00 【m0_67402731】
I. System development and operating environment (the version I use in brackets)
- OS: Windows (10)
- Web Server: Tomcat (8.5.24)
- Java Development Kit: JDK (8)
- IntelliJ IDEA (2022.1)
- MySQL (15.0.12)
- Browser (Microsoft Edge)
Second, the steps are as follows
1, File →Project Structure→Project select the appropriate JDK

then click Artifacts→"+"

2. Web Application Exploded→From Modules→Select the item and click OK

(I have created one here before, don't worry about it)

3. Click Edit Configurations→"+"→Atifact in the upper right corner to see Deployment


4. Select the target item and click OK→Apply→OK

5. Open this interface in the same way to see the Server, pay attention to the format of the URL, which should correspond to the "Web Application Exploded" created by yourself, and then apply it /h3>
6, OK, the startup is successful, and the address bar is consistent with the project we deployed

Three, expansion: how to use intranet penetration to achieve external network access to local web projects
Let me introduce myself first. The editor graduated from Jiaotong University in 2013. I worked in a small company and went to big factories such as Huawei and OPPO. I joined Ali in 2018, until now.I know that most junior and intermediate java engineers want to upgrade their skills, they often need to explore their own growth or sign up to study, but for training institutions, the tuition fee is nearly 10,000 yuan, which is really stressful.Self-learning that is not systematic is very inefficient and lengthy, and it is easy to hit the ceiling and the technology stops.Therefore, I collected a "full set of learning materials for java development" for everyone. The original intention is very simple. I hope to help friends who want to learn by themselves but don't know where to start, and at the same time reduce everyone's burden.Add the business card below to get a full set of learning materials

6, OK, the startup is successful, and the address bar is consistent with the project we deployed

Three, expansion: how to use intranet penetration to achieve external network access to local web projects
Let me introduce myself first. The editor graduated from Jiaotong University in 2013. I worked in a small company and went to big factories such as Huawei and OPPO. I joined Ali in 2018, until now.I know that most junior and intermediate java engineers want to upgrade their skills, they often need to explore their own growth or sign up to study, but for training institutions, the tuition fee is nearly 10,000 yuan, which is really stressful.Self-learning that is not systematic is very inefficient and lengthy, and it is easy to hit the ceiling and the technology stops.Therefore, I collected a "full set of learning materials for java development" for everyone. The original intention is very simple. I hope to help friends who want to learn by themselves but don't know where to start, and at the same time reduce everyone's burden.Add the business card below to get a full set of learning materials
边栏推荐
- 抓住金三银四的尾巴,解锁程序员面试《刷题神器》
- C# List用法 List介绍
- PyQt5快速开发与实战10.2 复利计算 && 10.3 刷新博客点击量
- Exploring Plain Vision Transformer Backbones for Object Detection Paper Reading Notes
- 基于模糊预测与扩展卡尔曼滤波的野值剔除方法
- Flutter keyboard visibility
- 分布式监视 Zabbix 和 Prometheus 到底怎么选?千万别用错了!
- WPF中TabControl动态获取当前选中的TabItem
- 中望3D 2023正式发布,设计仿真制造一体化缩短产品开发周期
- 滑窗法切分数据
猜你喜欢
随机推荐
Verilog——基于FPGA的贪吃蛇游戏(VGA显示)
基于高阶微分器的无模型滑模控制器及其在自动电压调节器中的应用
IDEA的database使用教程(使用mysql数据库)
如何使用StarUML画类图[通俗易懂]
PyQt5快速开发与实战 9.7 UI层的自动化测试
C# List用法 List介绍
anaconda虚拟环境安装pytorch gpu版本
SAP ABAP OData 服务如何支持 $filter (过滤)操作试读版
go中select语句
golang八股文整理(持续搬运)
NameNode (NN) and SecondaryNameNode (2NN) working mechanism
C#中+=的用法
WPF中报错:“未将对象引用设置到对象的实例。”
golang-gin-pprof-使用以及安全问题
分布式锁有哪些,怎么实现(分布式锁的三种实现的对比)
golang-gin-优雅重启
Selenium自动化测试之Selenium IDE
滑窗法切分数据
Selenium IDE for Selenium Automation Testing
立一个flag









