マガジンのカバー画像

IT_Java周りの話

7
運営しているクリエイター

2019年9月の記事一覧

Springboot1.5.x to 2.1.5 Upgrade【その他不具合解消編】

Springboot1.5.x to 2.1.5 Upgrade【その他不具合解消編】

コンパイルエラーを解消したところまでは以下を参照のこと。

型 NotEmpty は使用すべきではありません
org.hibernate.validator.constraints.NotEmpty やNotBlankなどhibernate validatorは非推奨になってました。

use the standard NotEmpty constraint instead

とあるので、標準(j

もっとみる