1.位置 2.内容 <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information
前置技能 ① 使用maven来管理java项目 这个技能必须点一级,以便快速配置项目. 本文实际上是我学习Spring的过程中搬的官网上的demo,使用maven配置项目. ② jdk 1.8+ 该服务demo需要在jdk1.8+的环境下运行 新建项目,配置依赖文件 ① 安装好eclipse的maven插件后,使用file——new——other——maven——maven project 新建一个空的maven项目. ② 访问Spring官网demo http://spring.io/gu