什么是spring?
spring是一个轻量级的ioc和Aop的一站式java开发框架,简化企业级开发
轻量级:框架体积小(核心模块)
IOC
IOC:inversion of control 控制反转 把创建对象的控制权反转给spring框架
AOP
Aop:面向切面编程
将程…
问题1: is this a git repository? 原因:git保存了错误的用户名密码 我是mac系统,在启动台-》其他-》钥匙串,找到git的登录信息,将错误的钥匙串删除即可。
问题2: remote: The project you were looking for could not be found…