摘要: 1、使用快捷键Windows键+R键打开运行框,输入powershell,点确定运行,弹出powershell命名行输入窗口,输入以下命令进行激活: irm https://get.activated.win | iex 同时也可以输入备用命令进行激活: irm win.zyqq.top | iex 阅读全文
posted @ 2025-09-23 17:38 朝阳1 阅读(103) 评论(0) 推荐(0)
摘要: 组件管理注解 @Component:通用组件注解,标识一个类为Spring管理的Bean @Service:业务逻辑层组件,是@Component的特化版本 @Repository:数据访问层组件,具有JDBC异常自动转换功能 @Controller:Web控制层组件,处理HTTP请求 依赖注入注解 阅读全文
posted @ 2025-09-23 09:01 朝阳1 阅读(7) 评论(0) 推荐(0)