最新回答 / qq_安静_77
// spring boot 版本用2.1 @RequestParam(name = "otpCode") String otpCode // otpCode 字母要一致
2020-12-17
最赞回答 / qq_慕仙2069110
我的只要加了
@CrossOrigin(allowCredentials = "true",allowedHeaders = "*")springboot都跑不起来
2020-12-05
最新回答 / 慕移动5278880
请问下你有木有在 编写userServiceImpl.java的时候遇到过“cannot resolve method "selectUserById" in "UserPasswordDO""这样的报错,就像图里的这样,无法找到这个method<...图片...>
2020-12-02
最赞回答 / qq_宝慕林8073346
当你需要使用mybatis-config.xml 配置文件的时候你就需要配置config-location,config-location的作用是确定mybatis-config.xml文件位置的,而mapper-locations是用来注册你写的xxxmapper.xml文件。如果你使用了mybatis-config.xml,并且里面配置了mapper,那就不需要mapper-locations,
2020-11-30
最新回答 / 手可摘星_陈
dependencies.dependency.(groupId:artifactId:type:classifier)' must be
unique: mysql:mysql-connector-java:jar -> duplicate declaration of
version 8.0.21 @ line 74, column 19你试试换个版本 我使用的是8.0.11 但是看问题又说的是重复了
2020-11-18