All Downloads are FREE. Search and download functionalities are using the official Maven repository.

demo.shop.shop.development.properties Maven / Gradle / Ivy

Go to download

benerator is a framework for creating realistic and valid high-volume test data, used for testing (unit/integration/load) and showcase setup. Metadata constraints are imported from systems and/or configuration files. Data can imported from and exported to files and systems, anonymized or generated from scratch. Domain packages provide reusable generators for creating domain-specific data as names and addresses internationalizable in language and region. It is strongly customizable with plugins and configuration options.

The newest version!
# 
# Generation settings for development mode:
# 1. with pageSize=1 and batch=false exception messages are more helpful
# 2. a small number of each items is created, for going through the setup quickly
#

# benerator defaults
context.defaultPageSize=1
context.defaultNull=true
context.defaultEncoding=UTF-8
dbBatch=false
locale=en
country=US

# scaling parameters
product_count=50
customer_count=100
orders_per_customer=3
items_per_order=5

# specific data
[email protected]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy