課程
/后端開發
/Java
/SpringBoot開發常用技術整合
The method setAge is undefined for the Security.Properties.User
2018-12-01
源自:SpringBoot開發常用技術整合 3-1
正在回答
User包導錯了,應該是導出你本地自定義的User所在包,這個包是Security.Properties.User的了
你要去看看你的User文件中是否沒有setAge函數的定義
舉報
SpringBoot 極簡開發的框架整合利器
3 回答 Could not get a resource from the pool
2 回答The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [ jdk是什么版本的
1 回答Invalid character found in method name. HTTP method names must
3 回答Error resolving template "thymeleaf/index", template might not exist or might not be accessible by any of the configured Template Resolvers
3 回答mybatis 配合springboot,Error invoking SqlProvider method (tk.mybatis.mapper.provider.base.BaseInsertProvider.dynamicSQL)
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2019-03-02
User包導錯了,應該是導出你本地自定義的User所在包,這個包是Security.Properties.User的了
2018-12-04
你要去看看你的User文件中是否沒有setAge函數的定義