# spring-boot-first-version-learn
**Repository Path**: javaalpha/spring-boot-first-version-learn
## Basic Information
- **Project Name**: spring-boot-first-version-learn
- **Description**: spring boot项目中克隆后,回退到了第一个版本,本工程即为那时的代码,提交时间是2013年4月。
依赖的spring 版本是spring 4.0.0.BOOTSTRAP-SNAPSHOT
本工程对代码进行了注释,方便阅读
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 29
- **Created**: 2020-02-28
- **Last Updated**: 2022-05-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# spring-boot-first-version-learn
#### 介绍
spring boot项目中克隆后,回退到了第一个版本,本工程即为那时的代码,提交时间是2013年4月。
依赖的spring 版本是spring 4.0.0.BOOTSTRAP-SNAPSHOT
本工程对代码进行了注释,方便阅读;本工程会持续更新,如果fork到自己的仓库后,需要拉取我这边最新的注释,
可以在自己仓库新增一个远端仓库(即我这边),然后拉取最新的注释,请自行搜索相关方法
#### 使用说明
如果遇到maven依赖下载不下来,请查看是否是snapshot类型的依赖,如果是的话,可以考虑在maven的
settings.xml中添加以下部分:
同时,需要注意,各级settings.xml中的mirror配置,比如阿里云maven仓库一般如下配置:
```xml
aliyun-maven
*
aliyun maven
http://maven.aliyun.com/nexus/content/groups/public
```
*上面的mirrorOf是对全部仓库进行镜像,但是我们下载snapshot类型的artifact是要到下面的spring自身的仓库下载的,
所以这里可以修改为如下配置,排除掉了spring-snapshots仓库*:
```xml
aliyun-maven
*,!spring-snapshots
aliyun maven
http://maven.aliyun.com/nexus/content/groups/public
```
```xml
allow-snapshots
true
spring-snapshots
Spring Snapshots
http://maven.springframework.org/snapshot
true
```
关于maven的mirror和repository配置,可以查阅:
https://www.cnblogs.com/a-du/p/9645971.html
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request
#### 码云特技
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com)
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目
4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目
5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)