摘要: el-form的入门学习知识点el-form标签的核心元素1. :model用于保存表单的数据对象2. :rules用于对表单数据对象的校验3. ref指定表单对象名称4. label-width指定label的宽度5. :label-position指定label的位置6. :inline指定是否 阅读全文
posted @ 2022-08-05 14:28 小小叶弯 阅读(629) 评论(0) 推荐(0)
摘要: Could not autowire. No beans of 'BookService' type found. Idea的SpringBoot工程里遇到Could not autowire. No beans of ‘BookService’ type found。 解决办法: 换成@Resou 阅读全文
posted @ 2022-08-05 07:17 小小叶弯 阅读(250) 评论(0) 推荐(0)