동영상으로 배우기 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로 다시 시작하면 다음과 같이 데이터가 사라진 상태가됩니다.
코드
Reference
이 문제에 관하여(동영상으로 배우기 JHipster (6) faker 삭제), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/sasuke_sss/items/980484e1f399ed352aad
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
(동영상 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로 다시 시작하면 다음과 같이 데이터가 사라진 상태가됩니다.
코드
Reference
이 문제에 관하여(동영상으로 배우기 JHipster (6) faker 삭제), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/sasuke_sss/items/980484e1f399ed352aad
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Reference
이 문제에 관하여(동영상으로 배우기 JHipster (6) faker 삭제), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/sasuke_sss/items/980484e1f399ed352aad텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)