建立maven项目,在prom.xml中导入依赖

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.9.RELEASE</version>
</parent>

<!-- Add typical dependencies for a web application -->
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
</dependencies>

继续更新中

相关文章:

  • 2021-03-31
  • 2021-07-18
  • 2021-05-21
  • 2021-07-05
  • 2022-02-03
  • 2021-07-20
  • 2021-11-27
  • 2021-10-17
猜你喜欢
  • 2021-08-21
  • 2022-12-23
  • 2021-09-07
  • 2022-12-23
  • 2021-11-12
  • 2021-09-28
  • 2021-11-20
相关资源
相似解决方案