vscode can develop javaweb, but you need to configure the javaweb development environment before development.
Attachment: vscode configuration javaweb development environment
Basic environment
1, Java sdk
2, maven (compile, package and build Tool, used to generate a web project, you can understand this thing as front-end npm)
(1) Install maven
(2) After the installation is completed, you need to restart it (possibly restart The current command line window can also be used), the environment can take effect
3. tomcat (proxy server)
Preliminary preparation
Open the maven installation directory/ conf/setting.xml, replace the mirrors inside with the following code, which can speed up the construction, compilation, and testing of maven projects:
Note: Modifying setting.xml requires changing the user group permissions, otherwise it cannot be modified. (Of course, this may be related to your operating system and the drive letter location saved by maven. If you do not encounter any problems that cannot be modified, please ignore this message)
<mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mirror>
vscode Install the Java Extension Pack plug-in, The plug-in will automatically install other plug-ins you need.
Create a project and package it
1. After the plug-in is installed successfully, restart vscode. Right-click on the project area on the left, you can see the MAVEN PROJECT, select the number Create a new project, or press ctrl shift p and enter maven, select Create Maven Project
2, select maven-archetype-webapp, maven will download various dependencies, and ask you to fill in groupId, artifactId (these two Id, can be repeated, the value of artifactld is the file name of the new project), etc., and then a java-web project will be created. Some can just press Enter to adopt the default value.
3. After executing mvn clean package to package the project, a .war file will be generated in the target directory.
Publish to the local tomcat server
Start tomcat and manually copy the .war file generated above to the webapps folder of the tomcat installation directory, assuming .war The file name is HelloWorld and enter http://localhost:8080/HelloWorld in the browser.
Recommended related tutorials: vscode tutorial
The above is the detailed content of Can vscode develop javaweb?. For more information, please follow other related articles on the PHP Chinese website!

2022年了,该学会用VSCode debug了!下面本篇文章手把手带大家会习VSCode debug,希望对大家有所帮助!

本篇是VSCode配置文章,手把手教大家怎么在VSCode中配置使用 Geant4 和 Root,希望对大家有所帮助!

本篇文章扒拉一下vscode Prettier的选项,总结分享16个让你的代码变漂亮的属性,希望对大家有所帮助!

“工欲善其事,必先利其器!”,vscode作为前端开发的重要工具,其插件能大幅提升战斗力,精心收集12个插件,总有几款你还未曾拥有。

VSCode中如何开发uni-app?下面本篇文章给大家分享一下VSCode中开发uni-app的教程,这可能是最好、最详细的教程了。快来看看!

VScode中怎么开发置C/C++?怎么配置C/C++环境?下面本篇文章给大家分享一下Windows系统下VScode配置C/C++环境图文教程,希望对大家有所帮助!


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver CS6
Visual web development tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

Dreamweaver Mac version
Visual web development tools
