JFairy

Jfairy is a Java fake data generator project and this time I will show you how to use this library to generate random testing information data. First let’s create an empty basic Java project using lazybones. In order to install lazybones in your computer, please use this tool: sdkman. Then execute this command from your command line: lazybones create java-basic jfairy-workshop You should get this output: Creating project from template java-basic (latest) in 'jfairy-workshop' Java Application project template ------------------------------------ You have just created a basic Java application. [Read More]