私は jhipster (jhipsterVersion -> 4.11.1) を使用しています。「yo jhipster:entity」学生を通じて Student エンティティを作成し、rollNo、name、course などのフィールドを追加しました。その後、gradlew コマンドを実行してアプリケーションを実行します。これまでのところすべてが正常に機能しており、指定された適切なフィールドでエンティティが正常に作成されます。
しかし、1日後、collegeNameのような新しいフィールドを追加する必要があり、「yo jhipster:entity student」コマンドを再度実行して、collegeNameフィールドをもう1つ追加し、メッセージの作成に成功しましたが、gradlewコマンドを実行してアプリケーションを実行すると、以下のようなエラーが発生しました
2017-12-28 15:08:04.442 ERROR 5268 --- [tapp-Executor-1] igjcliquibase.AsyncSpringLiquibase: Liquibase を正しく開始できませんでした。データベースの準備ができていません: 検証に失敗しました: 1 つの変更セット チェックサム config/liquibase/ changelog/20171228063150_added_entity_Student.xml::20171228063150-1::jhip ster は: 7:1e76a424cb8d1fd8f33d27559cee9133 でしたが、現在は 7:a69d676fb7b3d1b37c22d109340b7c2b です。
liquibase.exception.ValidationFailedException: Validation Failed: 1 change sets check sum config/liquibase/changelog/20171228063150_added_entity_Student.xml::20171228063150-1::jhip ster was: 7:1e76a424cb8d1fd8f33d27559cee9133 but is now: 7:a69d676fb7b3d1b37c22d109340b7c2b
at liquibase.changelog.DatabaseChangeLog.validate(DatabaseChangeLog.java:266)
at liquibase.Liquibase.update(Liquibase.java:210)
at liquibase.Liquibase.update(Liquibase.java:192)
at liquibase.integration.spring.SpringLiquibase.performUpdate(SpringLiquibase.java:431)
at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:388)
at io.github.jhipster.config.liquibase.AsyncSpringLiquibase.initDb(AsyncSpringLiquibase.java
:82) io.github.jhipster.config.liquibase.AsyncSpringLiquibase.lambda$afterPropertiesSet$0(Async cSpringLiquibase.java:64) で io.github.jhipster.async.ExceptionHandlingAsyncTaskExecutor.lambda$createWrappedRunnable$ 1(ExceptionHandlingAsyncTaskExecutor.java:66) で) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) で java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) で java.lang.Thread.run(Thread.java: 748)
2017-12-28 15:08:14.169 INFO 5268 --- [ restartedMain] com.quote.TestappApp : TestappApp を 26.25 秒で開始しました (JVM は 27.304 で実行されています)