摘要:
先贴出配置文件 <select id="queryUserGroupByName" resultType="UserGroupModel"> select * from user_group where roleName='user' and groupName=#{groupName} </sel 阅读全文
摘要:
报错先贴出来: Error creating bean with name 'testController': Unsatisfied dependency expressed through field 'userInfoService': No qualifying bean of type [ 阅读全文
摘要:
当本地工具尝试连接服务器的时候,如果出现无法连接的情况,可能是权限没有开。 首先: mysql> show databases; 发现有mysql数据库 进入该数据库,找到user表 mysql>show tables mysql>update user set Host = '%' where U 阅读全文