動画で学ぶJHipster (6) fakerの削除
参考動画
fakerの削除
(動画の6:00ごろ~)
データを自動生成してくれるfakerですが、(動画の流れで)削除します。
削除する方法は、
src/main/resources/config/application-dev.yml
の、以下の部分のfakerを削除して、
liquibase:
# Remove 'faker' if you do not want the sample data to be loaded automatically
contexts: dev, faker
下記のようにします。
liquibase:
# Remove 'faker' if you do not want the sample data to be loaded automatically
contexts: dev
さらに、./mvnw clean
を実行します。すると、H2 databaseに入っているデータが削除されます。
その後、mvnwで再起動すると、以下のようにデータが消えた状態になります。
コード
Author And Source
この問題について(動画で学ぶJHipster (6) fakerの削除), 我々は、より多くの情報をここで見つけました https://qiita.com/sasuke_sss/items/980484e1f399ed352aad著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .