摘要:
原创:转载需注明原创地址 https://www.cnblogs.com/fanerwei222/p/11772821.html 1. 服务 启动mysql服务 net start mysql 停止mysql服务 net stop mysql 2. 登陆 登陆本机 mysql -u root -p 阅读全文
摘要:
1. @Resource 类来源: javax(Java扩展包) 类全称: javax.annotation.Resource 默认注入方式: byName(反射机制) 定义对象: 变量, set方法 重要属性: name(Spring解析为Bean的名称), type(Spring解析为Bean的 阅读全文