随笔分类 -  # SpringBoot

摘要:首先先说一下常规的js通过api获取ip的方法: 搜狐接口: <script src="http://pv.sohu.com/cityjson?ie=utf-8"></script> <script type="text/javascript"> document.write(returnCityS 阅读全文
posted @ 2022-12-13 11:08 Pei你看雪 阅读(29) 评论(0) 推荐(0)
摘要:SpringBoot注入Mapper失败,可能是因为没有加扫描Mapper层的注解 解决方法 方式一:在所有mapper接口使用@Mapper注解 @Mapper public interface UserMapper { UserInfo getUserById(@Param("userId") 阅读全文
posted @ 2019-10-12 10:17 Pei你看雪 阅读(79) 评论(0) 推荐(0)
摘要:Description: The bean 'userService' could not be injected as a 'com.phy.hemanresoruce.service.UserService' because it is a JDK dynamic proxy that impl 阅读全文
posted @ 2019-09-23 14:30 Pei你看雪 阅读(45) 评论(0) 推荐(0)
摘要:Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Fri Sep 20 09:52:49 CST 2019 There wa 阅读全文
posted @ 2019-09-20 09:58 Pei你看雪 阅读(5) 评论(0) 推荐(0)