1、项目创建

eclipse→project explorer→new→Project→Maven Project

默认配置即可创建项目

2、spring配置

        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context</artifactId>
            <version>4.3.13.RELEASE</version>
        </dependency>
View Code

相关文章:

  • 2021-09-22
  • 2022-12-23
  • 2021-06-15
  • 2022-12-23
  • 2022-02-12
  • 2021-06-23
  • 2022-02-19
猜你喜欢
  • 2021-11-06
  • 2021-06-02
  • 2021-09-19
  • 2021-06-23
  • 2021-06-25
  • 2021-12-31
  • 2022-01-01
相关资源
相似解决方案