最新回答 / 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