摘要: 在配置文件application.properties里面配置,如下: github.clint.id=1234567890在代码中,配置如下: @Value("${github.clint.id}")private String clientId;即可读取配置项的值。 阅读全文
posted @ 2020-04-18 23:08 ¥芝麻绿豆¥ 阅读(131) 评论(0) 推荐(0) 编辑
摘要: git add . git commit -m "add code" git push 阅读全文
posted @ 2020-04-18 16:22 ¥芝麻绿豆¥ 阅读(270) 评论(0) 推荐(0) 编辑