摘要:
直接用这种方式来传参,比如bean中有字段 username password,则是 data[username] = "用户名"; data[password] = "密码"; 然后data:data 传入整个data就行了,这里的容器data ,也可以是别的命名,比如 var container 阅读全文
摘要:
首先,参考 https://blog.csdn.net/weixin_40475523/article/details/81085990 然后发现 是因为我把自己的这个类加上了 @Service 注解,然后我又自己手动new 了这个类,创建了一个实例, 所以因为不归spring管理了,自然注入不了, 阅读全文