当前位置:网站首页>关于pom.xml文件
关于pom.xml文件
2022-08-11 04:07:00 【iiYcyk】
提供一下关于pom.xml配置文件
以下pom.xml配置文件内容作为参考
这是我做项目时常用的依赖,进行了提取出来大致需要用的的一些常用包的依赖
<?xml version="1.0" encoding="UTF-8"?>
4.0.0
<groupId>com.yqx</groupId>
<artifactId>gameteam</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>gameteam</name>
<description>gameteam</description>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.9.RELEASE</version>
</parent>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<!-- servlet依赖. -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
</dependency>
<!-- tomcat的支持. -->
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.36</version>
</dependency>
<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.6</version>
</dependency>
<!-- springboot jdbc -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
<!-- 引入thymeleaf依赖包 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
</dependencies>
<properties>
<java.version>1.8</java.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
题外
我看到很多人学习的时候pom.xml整合ssm以及springboot内容可能会缺少相应的包依赖,所以提供大家一个参考,需要用到模板引擎的自行添加。
边栏推荐
- 【实战场景】商城-折扣活动设计方案
- "110 Balanced Binary Tree Judgment" in leetCode's 14-day binary tree series
- MYSQLg高级------回表
- A simple JVM tuning, learn to write it on your resume
- Provincial level of Echart maps, as well as all prefecture-level download and use
- 洛谷P2245 星际导航
- 【FPGA】day19-二进制转换为十进制(BCD码)
- What is third-party payment?
- [Likou] 22. Bracket generation
- Leetcode 669. 修剪二叉搜索树
猜你喜欢

机器学习可以应用在哪些场景?机器学习有什么用?

Detailed explanation of VIT source code

Clang Code Model: Error: The clangbackend executable “X:/clangbackend.exe“ could not be started

2022-08-10 The sixth group Hiding spring study notes

Where can machine learning be applied?What is machine learning useful for?

多串口RS485工业网关BL110

校园兼职平台项目反思

Provincial level of Echart maps, as well as all prefecture-level download and use

leetcode刷题第13天二叉树系列之《98 BST及其验证》

"98 BST and Its Verification" of the 13th day of leetcode brushing series of binary tree series
随机推荐
洛谷P1763 埃及分数
DNS separation resolution and intelligent resolution
uni-app - 获取汉字拼音首字母(根据中文获取拼音首字母)
洛谷P4032 火锅盛宴
什么是机器强化学习?原理是什么?
我的 archinstall 使用手册
蹭个热度-请勿打开
FTP错误代码列表
UNI-APP_iphone bottom safe area
[FPGA] Design Ideas - I2C Protocol
常见布局效果实现方案
【力扣】22.括号生成
使用jackson解析json数据详讲
LeetCode814 Math Question Day 15 Binary Tree Series Value "814 Binary Tree Pruning"
【FPGA】abbreviation
【FPGA】day19-二进制转换为十进制(BCD码)
【实战场景】商城-折扣活动设计方案
set_new_handler(0)是什么意思?有什么用?
【FPGA】day20-I2C读写EEPROM
【人话版】WEB3将至之“权益的游戏”