Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クラスrequest.javaに属性ロゴがあります
ロゴはmysqlデータベースに記録される画像です
アノテーション必須属性ロゴを探しています
でやってみます
@ Lob private String logo;
ほとんどの場合、文字データ型のイメージを保持したくありません。
BLOBデータベースのタイプはbyte[]正しい Java タイプです:
BLOB
byte[]
@Lob private byte[] logo;