<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion>
<groupId>com.fei</groupId>
<artifactId>spring-boot-restful-crud</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>spring-boot-restful-crud</name>
<description>My first crud project for Spring Boot</description> <parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.3.RELEASE</version>
</parent> <!--修改jdk版本号-->
<properties>
<java.version>1.8</java.version>
</properties> <!-- 引入依赖 -->
<dependencies>
<!-- web模块 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency> <!-- thmeleaf模板引擎 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency> <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies> <build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build> </project>

最新文章

  1. C# Winform防止一个程序重复运行
  2. BZOJ 3505 【Cqoi2014】 数三角形
  3. CF #376 (Div. 2) C. dfs
  4. jenkins 的 ProcessTreeKiller----无法启动子进程的解决办法
  5. PHP in_array效率问题
  6. UWP开发入门(十七)——判断设备类型及响应VirtualKey
  7. BZOJ-3668 起床困难综合症 位运算+贪心
  8. python TypeError: &#39;str&#39; object does not support item assignment”
  9. depthstencil buffer 不支持 msaa
  10. mysql 生成批量存储过程
  11. .Net framework.
  12. flumeng-kafka-plugin
  13. 在MyEclipse中设置Source folders和output folder
  14. oracle 分区表exchange原理
  15. 【OC加强】NSDate的使用方法——日期时间在实际开发中比較有用
  16. Luogu P3600 随机数生成器(期望+dp)
  17. DJango 前三天小结
  18. [js] 处理字符串换行造成的json解析失败
  19. TZOJ 3710 修路问题(最小差值生成树kruskal或者LCT)
  20. 3.java面向对象编程三大特性之多态

热门文章

  1. 2018 icpc 沈阳
  2. Delphi XE2 之 FireMonkey 入门(41) - 控件基础: TListBox
  3. Delphi XE2 之 FireMonkey 入门(36) - 控件基础: TForm
  4. windows7如何用键盘模拟鼠标操作
  5. 2018.03.28 python-pandas groupby使用
  6. vue--路由嵌套
  7. 函数参数中经常见到的*args和**kwargs
  8. 第四周Java作业及总结
  9. window环境rabbitMQ安装和php扩展安装
  10. 小油2018 win7旗舰版64位GHOST版的,安装telnet客户端时,提示:出现错误。并非所有的功能被成功更改。