Added script to load lots of random names pulled from a spreadsheet based on the 1990 Census.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
require "json"
|
||||
require "net/http"
|
||||
|
||||
client = Net::HTTP.new("localhost", 8080)
|
||||
|
||||
File.open("names.txt").each_line do |name|
|
||||
client.post("/people", JSON.dump({"name" => name.chomp}), {"Content-Type"=>"application/json"})
|
||||
end
|
||||
100
spring-data-rest-webmvc/src/test/resources/names.txt
Normal file
100
spring-data-rest-webmvc/src/test/resources/names.txt
Normal file
@@ -0,0 +1,100 @@
|
||||
Adalberto Raymos
|
||||
Adrien Maytubby
|
||||
Alonzo Schroyer
|
||||
Alva Sauvageau
|
||||
Amalia Velie
|
||||
Amber Pay
|
||||
Annabell Zozaya
|
||||
Antone Ryan
|
||||
Antonia Maslanka
|
||||
Art Esperanza
|
||||
Ashlee Mittan
|
||||
Audrie Smid
|
||||
Augustine Crosswell
|
||||
Benny Graden
|
||||
Billye Bornmann
|
||||
Blythe Milby
|
||||
Bret Pistole
|
||||
Briana Angry
|
||||
Bruno Feeley
|
||||
Carol Cruikshank
|
||||
Chanell Neidlinger
|
||||
Cher Griswould
|
||||
Cheri Batson
|
||||
Claud Bardon
|
||||
Crysta Kooker
|
||||
Cyrus Balius
|
||||
Daniel Vangieson
|
||||
Daron Gardocki
|
||||
Delana Rowley
|
||||
Devon Osei
|
||||
Diego Schaefer
|
||||
Dionna Chavers
|
||||
Doretha Folden
|
||||
Edna Codner
|
||||
Elfreda Capron
|
||||
Eli Ekhoff
|
||||
Elijah Canard
|
||||
Emile Steenburg
|
||||
Erline Santiago
|
||||
Ervin Kennemore
|
||||
Ezekiel Clinkenbeard
|
||||
Felisa Burmeister
|
||||
Fleta Mckiney
|
||||
Frankie Mires
|
||||
Gaston Spille
|
||||
Gerardo Mandiola
|
||||
Gilda Wilbers
|
||||
Guadalupe Boutiette
|
||||
Hannah Perloff
|
||||
Jeanna Rundstrom
|
||||
Kandis Netherland
|
||||
Keneth Sigg
|
||||
Kenton Layssard
|
||||
Kimberlee Turlington
|
||||
Kimiko Corlew
|
||||
Latricia Fickas
|
||||
Leanna Wedel
|
||||
Lindsey Mccalister
|
||||
Lucas Trischitta
|
||||
Marhta Genther
|
||||
Mathew Garramone
|
||||
Maxie Coke
|
||||
Micheal Veronesi
|
||||
Miguel Eveland
|
||||
Ona Hardrick
|
||||
Orville Mccarson
|
||||
Raguel Moscowitz
|
||||
Rana Bussmann
|
||||
Rashad Deuser
|
||||
Renata Labate
|
||||
Reva Larger
|
||||
Rey Durtschi
|
||||
Rosalina Merthie
|
||||
Rusty Biafore
|
||||
Samual Moree
|
||||
Samual Plattsmier
|
||||
Scot Cheely
|
||||
Seymour Kohls
|
||||
Shaniqua Khan
|
||||
Shanon Kueny
|
||||
Sharmaine Musel
|
||||
Shelby Prator
|
||||
Sheldon Loiselle
|
||||
Shenita Broxterman
|
||||
Silas Scarth
|
||||
Sol Stockfisch
|
||||
Sonia Otsuka
|
||||
Stephine Daum
|
||||
Stewart Lenzo
|
||||
Theron Carmell
|
||||
Titus Streck
|
||||
Tomi Minasian
|
||||
Tyrone Hopton
|
||||
Usha Horsely
|
||||
Val Hoffmeyer
|
||||
Vicente Perko
|
||||
Virgil Cousin
|
||||
Walton Svoboda
|
||||
Winford Hagwood
|
||||
Yoshiko Dekany
|
||||
Reference in New Issue
Block a user