1. <!-- context -->
    2. <dependency>
    3. <groupId>org.springframework</groupId>
    4. <artifactId>spring-context</artifactId>
    5. <version>4.0.0.RELEASE</version>
    6. </dependency>
    7. <!-- webmvc -->
    8. <dependency>
    9. <groupId>org.springframework</groupId>
    10. <artifactId>spring-webmvc</artifactId>
    11. <version>4.0.0.RELEASE</version>
    12. </dependency>
    13. <!-- spring-boot-starter-parent -->
    14. <parent>
    15. <groupId>org.springframework.boot</groupId>
    16. <artifactId>spring-boot-starter-parent</artifactId>
    17. <version>1.5.19.RELEASE</version>
    18. <relativePath />
    19. </parent>
    20. <!-- spring-boot-starter-web -->
    21. <dependency>
    22. <groupId>org.springframework.boot</groupId>
    23. <artifactId>spring-boot-starter-web</artifactId>
    24. </dependency>