摘要: git常用命令 git init //初始化建立git仓库 git status //查看git状态,文件是否进行了添加提交操作 git add 文件名 //将指定文件添加到暂存区 git commit -m'提交信息' // 将暂存区文件提交到历史仓库 git log //查看历史提交日志 git 阅读全文
posted @ 2021-07-26 21:48 丁帅帅dss 阅读(33) 评论(0) 推荐(0)
摘要: 结构图 1. config JDBCConfig package com.ding.config; import com.alibaba.druid.pool.DruidDataSource; import org.springframework.beans.factory.annotation.V 阅读全文
posted @ 2021-07-26 11:00 丁帅帅dss 阅读(40) 评论(0) 推荐(0)