[Error] Null return value from advice does not match primitive return type for
Java Springを使用してdbからqueryにデータをインポートする操作でこのエラーが発生しました.
次にstackoverflowを複数検索し、dbからインポートしたデータをprimitive typeに返すだけです.
簡単だ
EX)
int -> Integer
float -> Float
char -> Character
org.springframework.aop.AopInvocationException: Null return value from advice does not match primitive return type for: ~~
簡単に説明するとprimitive typeで返すべきですが、エラーを返します.次にstackoverflowを複数検索し、dbからインポートしたデータをprimitive typeに返すだけです.
簡単だ
EX)
int -> Integer
float -> Float
char -> Character
Reference
この問題について([Error] Null return value from advice does not match primitive return type for), 我々は、より多くの情報をここで見つけました https://velog.io/@gagoilkim/Error-Null-return-value-from-advice-does-not-match-primitive-return-type-forテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol