摘要:
声明Bean的注解: @Component : 组件,没有明确的角色 @Service : 在业务逻辑层(service层)使用 @Repository : 在数据访问层(dao层)使用. @Controller : 在展现层(MVC--SpringMVC)使用 注入Bean的注解: @Aautow 阅读全文
posted @ 2022-02-24 14:40
timberwang
阅读(101)
评论(0)
推荐(0)
摘要:
1. 前端页面 <form id="form-change-avatar" class="form-horizontal" role="form"> <div class="form-group"> <label class="col-md-2 control-label">选择头像:</label 阅读全文
posted @ 2022-02-24 14:38
timberwang
阅读(167)
评论(0)
推荐(0)