- 博客(2)
- 资源 (2)
- 收藏
- 关注
原创 SpringBoot读取配置的几种方式
1.@Value注解 配置文件resources/application.properties db.username=root db.password=amdin @Component public class DbConfig { @Value("${db.username}") private String username; @Value...
2019-02-27 19:49:43
268
原创 Linux系统安装git+托管码云
1.安装git #yum install git 2.配置git #git config --global user.name "用户名" #git config --global user.email "邮箱账号" 3.生成ssh公钥 #ssh-keygen -t rsa -C “邮箱账号” 键入命令后连敲回车 生成公钥文件 文件路径 /root/.ssh/id_...
2018-09-27 17:18:30
1286
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人