diff --git a/target/classes/._application.properties b/target/classes/._application.properties deleted file mode 100644 index 46af79a..0000000 Binary files a/target/classes/._application.properties and /dev/null differ diff --git a/target/classes/._data.sql b/target/classes/._data.sql deleted file mode 100644 index 46af79a..0000000 Binary files a/target/classes/._data.sql and /dev/null differ diff --git a/target/classes/._messages.properties b/target/classes/._messages.properties deleted file mode 100644 index 46af79a..0000000 Binary files a/target/classes/._messages.properties and /dev/null differ diff --git a/target/classes/._static b/target/classes/._static deleted file mode 100644 index 46af79a..0000000 Binary files a/target/classes/._static and /dev/null differ diff --git a/target/classes/._templates b/target/classes/._templates deleted file mode 100644 index 46af79a..0000000 Binary files a/target/classes/._templates and /dev/null differ diff --git a/target/classes/application.properties b/target/classes/application.properties deleted file mode 100644 index e45c501..0000000 --- a/target/classes/application.properties +++ /dev/null @@ -1 +0,0 @@ -logging.level.guru.springframework=debug \ No newline at end of file diff --git a/target/classes/data.sql b/target/classes/data.sql deleted file mode 100644 index 85ffa02..0000000 --- a/target/classes/data.sql +++ /dev/null @@ -1,12 +0,0 @@ -INSERT INTO category (description) VALUES ('American'); -INSERT INTO category (description) VALUES ('Italian'); -INSERT INTO category (description) VALUES ('Mexican'); -INSERT INTO category (description) VALUES ('Fast Food'); -INSERT INTO unit_of_measure (description) VALUES ('Teaspoon'); -INSERT INTO unit_of_measure (description) VALUES ('Tablespoon'); -INSERT INTO unit_of_measure (description) VALUES ('Cup'); -INSERT INTO unit_of_measure (description) VALUES ('Pinch'); -INSERT INTO unit_of_measure (description) VALUES ('Ounce'); -INSERT INTO unit_of_measure (description) VALUES ('Each'); -INSERT INTO unit_of_measure (description) VALUES ('Dash'); -INSERT INTO unit_of_measure (description) VALUES ('Pint'); \ No newline at end of file diff --git a/target/classes/messages.properties b/target/classes/messages.properties deleted file mode 100644 index 3bbcf92..0000000 --- a/target/classes/messages.properties +++ /dev/null @@ -1,14 +0,0 @@ -# Set names of properties -recipe.description=Description - -#Validaiton Messages -#Order of precedence -# 1 code.objectName.fieldName -# 2 code.fieldName -# 3 code.fieldType (Java data type) -# 4 code -NotBlank.recipe.description=Please enter a description. -Size.recipe.description={0} must be between {2} and {1} characters long. -Max.recipe.cookTime={0} must be less than {1} -URL.recipe.url=Please provide a valid URL. -NotBlank.recipe.directions=Please enter some directions. diff --git a/target/classes/static/._images b/target/classes/static/._images deleted file mode 100644 index 46af79a..0000000 Binary files a/target/classes/static/._images and /dev/null differ diff --git a/target/classes/static/images/._default.jpg b/target/classes/static/images/._default.jpg deleted file mode 100644 index 46af79a..0000000 Binary files a/target/classes/static/images/._default.jpg and /dev/null differ diff --git a/target/classes/static/images/._guacamole400x400.jpg b/target/classes/static/images/._guacamole400x400.jpg deleted file mode 100644 index 46af79a..0000000 Binary files a/target/classes/static/images/._guacamole400x400.jpg and /dev/null differ diff --git a/target/classes/static/images/._guacamole400x400WithX.jpg b/target/classes/static/images/._guacamole400x400WithX.jpg deleted file mode 100644 index 46af79a..0000000 Binary files a/target/classes/static/images/._guacamole400x400WithX.jpg and /dev/null differ diff --git a/target/classes/static/images/._logo.png b/target/classes/static/images/._logo.png deleted file mode 100644 index 46af79a..0000000 Binary files a/target/classes/static/images/._logo.png and /dev/null differ diff --git a/target/classes/static/images/._tacos400x400.jpg b/target/classes/static/images/._tacos400x400.jpg deleted file mode 100644 index 46af79a..0000000 Binary files a/target/classes/static/images/._tacos400x400.jpg and /dev/null differ diff --git a/target/classes/static/images/default.jpg b/target/classes/static/images/default.jpg deleted file mode 100644 index 5632972..0000000 Binary files a/target/classes/static/images/default.jpg and /dev/null differ diff --git a/target/classes/static/images/guacamole400x400.jpg b/target/classes/static/images/guacamole400x400.jpg deleted file mode 100644 index 2362c15..0000000 Binary files a/target/classes/static/images/guacamole400x400.jpg and /dev/null differ diff --git a/target/classes/static/images/guacamole400x400WithX.jpg b/target/classes/static/images/guacamole400x400WithX.jpg deleted file mode 100644 index 20ffe80..0000000 Binary files a/target/classes/static/images/guacamole400x400WithX.jpg and /dev/null differ diff --git a/target/classes/static/images/logo.png b/target/classes/static/images/logo.png deleted file mode 100644 index 22efae9..0000000 Binary files a/target/classes/static/images/logo.png and /dev/null differ diff --git a/target/classes/static/images/tacos400x400.jpg b/target/classes/static/images/tacos400x400.jpg deleted file mode 100644 index 8004ff0..0000000 Binary files a/target/classes/static/images/tacos400x400.jpg and /dev/null differ diff --git a/target/classes/templates/._400error.html b/target/classes/templates/._400error.html deleted file mode 100644 index 46af79a..0000000 Binary files a/target/classes/templates/._400error.html and /dev/null differ diff --git a/target/classes/templates/._404error.html b/target/classes/templates/._404error.html deleted file mode 100644 index 46af79a..0000000 Binary files a/target/classes/templates/._404error.html and /dev/null differ diff --git a/target/classes/templates/._index.html b/target/classes/templates/._index.html deleted file mode 100644 index 46af79a..0000000 Binary files a/target/classes/templates/._index.html and /dev/null differ diff --git a/target/classes/templates/._recipe b/target/classes/templates/._recipe deleted file mode 100644 index 46af79a..0000000 Binary files a/target/classes/templates/._recipe and /dev/null differ diff --git a/target/classes/templates/400error.html b/target/classes/templates/400error.html deleted file mode 100644 index e0461ff..0000000 --- a/target/classes/templates/400error.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - 404 Not Found Error - - - - - - - - - - -
-
-
-

400 Bad Request

-

-
-
-
- - \ No newline at end of file diff --git a/target/classes/templates/404error.html b/target/classes/templates/404error.html deleted file mode 100644 index 9c84511..0000000 --- a/target/classes/templates/404error.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - 404 Not Found Error - - - - - - - - - - -
-
-
-

404 Not Found

-

-
-
-
- - - diff --git a/target/classes/templates/index.html b/target/classes/templates/index.html deleted file mode 100644 index 21efd3c..0000000 --- a/target/classes/templates/index.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - Recipe Home - - - - - - - - - - - -
-
-
-
- -
-
-
-

My Recipes

-
-
- New -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ID DescriptionViewUpdateDelete
123Tasty Goodness 1ViewUpdateDelete
456Tasty Goodness 2ViewUpdateDelete
789Tasty Goodness 3ViewUpdateDelete
-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/target/classes/templates/recipe/._imageuploadform.html b/target/classes/templates/recipe/._imageuploadform.html deleted file mode 100644 index 46af79a..0000000 Binary files a/target/classes/templates/recipe/._imageuploadform.html and /dev/null differ diff --git a/target/classes/templates/recipe/._ingredient b/target/classes/templates/recipe/._ingredient deleted file mode 100644 index 46af79a..0000000 Binary files a/target/classes/templates/recipe/._ingredient and /dev/null differ diff --git a/target/classes/templates/recipe/._recipeform.html b/target/classes/templates/recipe/._recipeform.html deleted file mode 100644 index 46af79a..0000000 Binary files a/target/classes/templates/recipe/._recipeform.html and /dev/null differ diff --git a/target/classes/templates/recipe/._show.html b/target/classes/templates/recipe/._show.html deleted file mode 100644 index 46af79a..0000000 Binary files a/target/classes/templates/recipe/._show.html and /dev/null differ diff --git a/target/classes/templates/recipe/imageuploadform.html b/target/classes/templates/recipe/imageuploadform.html deleted file mode 100644 index e79ef2b..0000000 --- a/target/classes/templates/recipe/imageuploadform.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - Image Upload Form - - - - - - - - - - - -
-
-
-
-
-
-

Upload a new recipe image

-
-
-
-
-
- - - -
-
-
-
-
-
-
-
-
- - \ No newline at end of file diff --git a/target/classes/templates/recipe/ingredient/._ingredientform.html b/target/classes/templates/recipe/ingredient/._ingredientform.html deleted file mode 100644 index 46af79a..0000000 Binary files a/target/classes/templates/recipe/ingredient/._ingredientform.html and /dev/null differ diff --git a/target/classes/templates/recipe/ingredient/._list.html b/target/classes/templates/recipe/ingredient/._list.html deleted file mode 100644 index 46af79a..0000000 Binary files a/target/classes/templates/recipe/ingredient/._list.html and /dev/null differ diff --git a/target/classes/templates/recipe/ingredient/._show.html b/target/classes/templates/recipe/ingredient/._show.html deleted file mode 100644 index 46af79a..0000000 Binary files a/target/classes/templates/recipe/ingredient/._show.html and /dev/null differ diff --git a/target/classes/templates/recipe/ingredient/ingredientform.html b/target/classes/templates/recipe/ingredient/ingredientform.html deleted file mode 100644 index d480403..0000000 --- a/target/classes/templates/recipe/ingredient/ingredientform.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - Edit Ingredient - - - - - - - - - - -
-
-
- -
- -
-
-
-

Edit Ingredient Information

-
-
- - -
-
- - -
- -
- - -
- -
- - -
-
-
-
- -
-
-
-
-
- - \ No newline at end of file diff --git a/target/classes/templates/recipe/ingredient/list.html b/target/classes/templates/recipe/ingredient/list.html deleted file mode 100644 index 4b22f98..0000000 --- a/target/classes/templates/recipe/ingredient/list.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - List Ingredients - - - - - - - - - - - - -
- -
-
- -
-
-
-
-

Navigation

-
-
-
- -
- -
- -
-
-
-

Ingredients

-
-
- New -
-
-
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
IDDescriptionViewUpdateDelete
123Tasty Goodnees 1ViewUpdateDelete
456Tasty Goodnees 2ViewUpdateDelete
789Tasty Goodnees 3ViewUpdateDelete
-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/target/classes/templates/recipe/ingredient/show.html b/target/classes/templates/recipe/ingredient/show.html deleted file mode 100644 index 7be8851..0000000 --- a/target/classes/templates/recipe/ingredient/show.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - View Ingredient - - - - - - - - - - - -
-
-
- -
-
-
-
-

Navigation

-
-
-
- -
- -
- -
-

Ingredient

-
-
- -
- - - - - - - - - - - - - - - - - - -
IDDescription
12333Tasty Goodnees 2ViewUpdateDelete
334Tasty Goodnees 3
-
-
-
-
-
-
- - - diff --git a/target/classes/templates/recipe/recipeform.html b/target/classes/templates/recipe/recipeform.html deleted file mode 100644 index fbda9c6..0000000 --- a/target/classes/templates/recipe/recipeform.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - Recipe Form - - - - - - - - - - - -
-
-
-
- -
-

Please Correct Errors Below

-
- - -
-
-
-

Edit Recipe Information

-
-
-
-
- - - -
    -
  • -
-
-
-
-
-
- -
-
-
- - -
-
-
-
-
- - - -
    -
  • -
-
-
-
- - - -
    -
  • -
-
-
-
- - - -
-
-
-
- - - -
    -
  • -
-
-
-
- - -
-
- - - - -
    -
  • -
-
-
-
-
-
-
-
-

Directions

-
-
-
-
- - -
    -
  • -
-
-
-
-
-
-
-
-

Notes

-
-
-
-
- -
-
-
-
- -
-
-
-
-
- - \ No newline at end of file diff --git a/target/classes/templates/recipe/show.html b/target/classes/templates/recipe/show.html deleted file mode 100644 index f4aaffe..0000000 --- a/target/classes/templates/recipe/show.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - - Show Recipe - - - - - - - - - - - -
-
-
-
-
-
-
-
-

Navigation

-
-
-
-
- -
-
-
-
-
-
-

Recipe Description Here!

-
- - -
-
-
-
-
-
Categories:
-
-
-
    -
  • cat one
  • -
  • cat two
  • -
  • cat three -
  • -
-
-
- -
-
-
-
-
Prep Time:
-
-
-

30 min

-
-
-
Difficulty:
-
-
-

Easy

-
-
-
-
-
Cooktime:
-
-
-

30 min

-
-
-
Servings:
-
-
-

4

-
-
-
-
-
Source:
-
-
-

30 min

-
-
-
URL:
-
- -
-
-
-
-
-
-
-

Ingredients

-
-
- View -
-
-
-
-
-
-
    -
  • 1 Cup of milk
  • -
  • 1 Teaspoon of chocolate
  • -
  • 1 Teaspoon of Sugar
  • -
-
-
-
-
-
-
-

Directions

-
-
-
-
-

Lorem ipsum dolor sit amet, consectetuer adipiscing - elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus - et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, - ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. - Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, - rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis - pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean - vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, - eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. - Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. - Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. - Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper - libero, sit amet adipiscing sem neque sed ipsum.

-
-
-
-
-
-
-

Notes

-
-
-
-
-

Lorem ipsum dolor sit amet, consectetuer - adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque - penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, - ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. - Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, - rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis - pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean - vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, - eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. - Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. - Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. - Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper - libero, sit amet adipiscing sem neque sed ipsum.

-
-
-
-
-
-
-
-
- - \ No newline at end of file diff --git a/target/failsafe-reports/TEST-guru.springframework.repositories.UnitOfMeasureRepositoryIT.xml b/target/failsafe-reports/TEST-guru.springframework.repositories.UnitOfMeasureRepositoryIT.xml deleted file mode 100644 index f4f467f..0000000 --- a/target/failsafe-reports/TEST-guru.springframework.repositories.UnitOfMeasureRepositoryIT.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/failsafe-reports/TEST-guru.springframework.services.RecipeServiceTestIT.xml b/target/failsafe-reports/TEST-guru.springframework.services.RecipeServiceTestIT.xml deleted file mode 100644 index d5a77fb..0000000 --- a/target/failsafe-reports/TEST-guru.springframework.services.RecipeServiceTestIT.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/failsafe-reports/failsafe-summary.xml b/target/failsafe-reports/failsafe-summary.xml deleted file mode 100644 index 432fbd9..0000000 --- a/target/failsafe-reports/failsafe-summary.xml +++ /dev/null @@ -1,7 +0,0 @@ - - 3 - 0 - 0 - 0 - - \ No newline at end of file diff --git a/target/failsafe-reports/guru.springframework.repositories.UnitOfMeasureRepositoryIT.txt b/target/failsafe-reports/guru.springframework.repositories.UnitOfMeasureRepositoryIT.txt deleted file mode 100644 index a3d9a15..0000000 --- a/target/failsafe-reports/guru.springframework.repositories.UnitOfMeasureRepositoryIT.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.repositories.UnitOfMeasureRepositoryIT -------------------------------------------------------------------------------- -Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.6 s - in guru.springframework.repositories.UnitOfMeasureRepositoryIT diff --git a/target/failsafe-reports/guru.springframework.services.RecipeServiceTestIT.txt b/target/failsafe-reports/guru.springframework.services.RecipeServiceTestIT.txt deleted file mode 100644 index 7cd1860..0000000 --- a/target/failsafe-reports/guru.springframework.services.RecipeServiceTestIT.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.services.RecipeServiceTestIT -------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.111 s - in guru.springframework.services.RecipeServiceTestIT diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties deleted file mode 100644 index 26d5236..0000000 --- a/target/maven-archiver/pom.properties +++ /dev/null @@ -1,4 +0,0 @@ -#Created by Apache Maven 3.6.1 -version=0.0.1-SNAPSHOT -groupId=guru.springframework -artifactId=sfg-recipes diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index 8cb0fd5..0000000 --- a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1,48 +0,0 @@ -guru\springframework\domain\Category.class -guru\springframework\converters\UnitOfMeasureCommandToUnitOfMeasure.class -guru\springframework\controllers\RecipeController.class -guru\springframework\repositories\CategoryRepository.class -guru\springframework\commands\ImageCommand.class -guru\springframework\domain\Recipe.class -guru\springframework\converters\BytesWrappedToBytesUnwrapped.class -guru\springframework\repositories\RecipeRepository.class -guru\springframework\converters\NotesToNotesCommand.class -guru\springframework\services\RecipeService.class -guru\springframework\services\CategoryServiceImpl.class -guru\springframework\services\UnitOfMeasureService.class -guru\springframework\services\IngredientServiceImpl.class -guru\springframework\converters\IngredientToIngredientCommand.class -guru\springframework\domain\Image.class -guru\springframework\commands\UnitOfMeasureCommand.class -guru\springframework\commands\RecipeCommand.class -guru\springframework\controllers\IndexController.class -guru\springframework\controllers\ExceptionHandlerController.class -guru\springframework\commands\NotesCommand.class -guru\springframework\commands\CategoryCommand.class -guru\springframework\converters\RecipeCommandToRecipe.class -guru\springframework\domain\Ingredient.class -guru\springframework\controllers\ImageController.class -guru\springframework\services\IngredientService.class -guru\springframework\bootstrap\RecipeBootstrap.class -guru\springframework\converters\IngredientCommandToIngredient.class -guru\springframework\SfgRecipesApplication.class -guru\springframework\converters\CategoryToCategoryCommand.class -guru\springframework\commands\IngredientCommand.class -guru\springframework\converters\UnitOfMeasureToUnitOfMeasureCommand.class -guru\springframework\converters\NotesCommandToNotes.class -guru\springframework\services\ImageServiceImpl.class -guru\springframework\repositories\UnitOfMeasureRepository.class -guru\springframework\converters\CategoryCommandToCategory.class -guru\springframework\services\ImageService.class -guru\springframework\services\RecipeServiceImpl.class -guru\springframework\services\UnitOfMeasureServiceImpl.class -guru\springframework\exceptions\NotFoundException.class -guru\springframework\converters\ImageCommandToImage.class -guru\springframework\domain\Difficulty.class -guru\springframework\services\CategoryService.class -guru\springframework\converters\ImageToImageCommand.class -guru\springframework\converters\BytesUnwrappedToBytesWrapped.class -guru\springframework\controllers\IngredientController.class -guru\springframework\domain\Notes.class -guru\springframework\domain\UnitOfMeasure.class -guru\springframework\converters\RecipeToRecipeCommand.class diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index a35e2e2..0000000 --- a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1,48 +0,0 @@ -F:\sfg-recipes-master\src\main\java\guru\springframework\domain\Image.java -F:\sfg-recipes-master\src\main\java\guru\springframework\domain\UnitOfMeasure.java -F:\sfg-recipes-master\src\main\java\guru\springframework\repositories\RecipeRepository.java -F:\sfg-recipes-master\src\main\java\guru\springframework\controllers\IngredientController.java -F:\sfg-recipes-master\src\main\java\guru\springframework\exceptions\NotFoundException.java -F:\sfg-recipes-master\src\main\java\guru\springframework\converters\CategoryCommandToCategory.java -F:\sfg-recipes-master\src\main\java\guru\springframework\repositories\UnitOfMeasureRepository.java -F:\sfg-recipes-master\src\main\java\guru\springframework\converters\CategoryToCategoryCommand.java -F:\sfg-recipes-master\src\main\java\guru\springframework\converters\RecipeCommandToRecipe.java -F:\sfg-recipes-master\src\main\java\guru\springframework\commands\RecipeCommand.java -F:\sfg-recipes-master\src\main\java\guru\springframework\domain\Category.java -F:\sfg-recipes-master\src\main\java\guru\springframework\services\ImageService.java -F:\sfg-recipes-master\src\main\java\guru\springframework\commands\ImageCommand.java -F:\sfg-recipes-master\src\main\java\guru\springframework\commands\CategoryCommand.java -F:\sfg-recipes-master\src\main\java\guru\springframework\converters\RecipeToRecipeCommand.java -F:\sfg-recipes-master\src\main\java\guru\springframework\commands\NotesCommand.java -F:\sfg-recipes-master\src\main\java\guru\springframework\converters\IngredientToIngredientCommand.java -F:\sfg-recipes-master\src\main\java\guru\springframework\services\CategoryServiceImpl.java -F:\sfg-recipes-master\src\main\java\guru\springframework\services\UnitOfMeasureServiceImpl.java -F:\sfg-recipes-master\src\main\java\guru\springframework\services\CategoryService.java -F:\sfg-recipes-master\src\main\java\guru\springframework\converters\BytesWrappedToBytesUnwrapped.java -F:\sfg-recipes-master\src\main\java\guru\springframework\controllers\RecipeController.java -F:\sfg-recipes-master\src\main\java\guru\springframework\SfgRecipesApplication.java -F:\sfg-recipes-master\src\main\java\guru\springframework\converters\ImageToImageCommand.java -F:\sfg-recipes-master\src\main\java\guru\springframework\converters\UnitOfMeasureToUnitOfMeasureCommand.java -F:\sfg-recipes-master\src\main\java\guru\springframework\services\IngredientServiceImpl.java -F:\sfg-recipes-master\src\main\java\guru\springframework\services\RecipeService.java -F:\sfg-recipes-master\src\main\java\guru\springframework\bootstrap\RecipeBootstrap.java -F:\sfg-recipes-master\src\main\java\guru\springframework\services\RecipeServiceImpl.java -F:\sfg-recipes-master\src\main\java\guru\springframework\converters\ImageCommandToImage.java -F:\sfg-recipes-master\src\main\java\guru\springframework\domain\Difficulty.java -F:\sfg-recipes-master\src\main\java\guru\springframework\services\IngredientService.java -F:\sfg-recipes-master\src\main\java\guru\springframework\domain\Ingredient.java -F:\sfg-recipes-master\src\main\java\guru\springframework\converters\BytesUnwrappedToBytesWrapped.java -F:\sfg-recipes-master\src\main\java\guru\springframework\controllers\ExceptionHandlerController.java -F:\sfg-recipes-master\src\main\java\guru\springframework\domain\Notes.java -F:\sfg-recipes-master\src\main\java\guru\springframework\commands\IngredientCommand.java -F:\sfg-recipes-master\src\main\java\guru\springframework\converters\IngredientCommandToIngredient.java -F:\sfg-recipes-master\src\main\java\guru\springframework\domain\Recipe.java -F:\sfg-recipes-master\src\main\java\guru\springframework\converters\UnitOfMeasureCommandToUnitOfMeasure.java -F:\sfg-recipes-master\src\main\java\guru\springframework\converters\NotesToNotesCommand.java -F:\sfg-recipes-master\src\main\java\guru\springframework\controllers\ImageController.java -F:\sfg-recipes-master\src\main\java\guru\springframework\repositories\CategoryRepository.java -F:\sfg-recipes-master\src\main\java\guru\springframework\services\ImageServiceImpl.java -F:\sfg-recipes-master\src\main\java\guru\springframework\controllers\IndexController.java -F:\sfg-recipes-master\src\main\java\guru\springframework\services\UnitOfMeasureService.java -F:\sfg-recipes-master\src\main\java\guru\springframework\commands\UnitOfMeasureCommand.java -F:\sfg-recipes-master\src\main\java\guru\springframework\converters\NotesCommandToNotes.java diff --git a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst deleted file mode 100644 index 13433b4..0000000 --- a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst +++ /dev/null @@ -1,27 +0,0 @@ -guru\springframework\converters\CategoryCommandToCategoryTest.class -guru\springframework\services\IngredientServiceImplTest.class -guru\springframework\controllers\RecipeControllerTest.class -guru\springframework\services\RecipeServiceImplTest.class -guru\springframework\SfgRecipesApplicationTests.class -guru\springframework\converters\IngredientToIngredientCommandTest.class -guru\springframework\converters\ImageToImageCommandTest.class -guru\springframework\services\CategoryServiceImplTest.class -guru\springframework\domain\CategoryTest.class -guru\springframework\converters\IngredientCommandToIngredientTest.class -guru\springframework\services\ImageServiceImplTest.class -guru\springframework\converters\CategoryToCategoryCommandTest.class -guru\springframework\controllers\IngredientControllerTest.class -guru\springframework\converters\ImageCommandToImageTest.class -guru\springframework\converters\UnitOfMeasureCommandToUnitOfMeasureTest.class -guru\springframework\controllers\IndexControllerTest.class -guru\springframework\converters\RecipeCommandToRecipeTest.class -guru\springframework\services\UnitOfMeasureServiceImplTest.class -guru\springframework\converters\NotesCommandToNotesTest.class -guru\springframework\converters\NotesToNotesCommandTest.class -guru\springframework\converters\BytesUnwrappedToBytesWrappedTest.class -guru\springframework\controllers\ImageControllerTest.class -guru\springframework\converters\UnitOfMeasureToUnitOfMeasureCommandTest.class -guru\springframework\converters\BytesWrappedToBytesUnwrappedTest.class -guru\springframework\services\RecipeServiceTestIT.class -guru\springframework\converters\RecipeToRecipeCommandTest.class -guru\springframework\repositories\UnitOfMeasureRepositoryIT.class diff --git a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst deleted file mode 100644 index 584a55a..0000000 --- a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst +++ /dev/null @@ -1,27 +0,0 @@ -F:\sfg-recipes-master\src\test\java\guru\springframework\converters\UnitOfMeasureCommandToUnitOfMeasureTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\SfgRecipesApplicationTests.java -F:\sfg-recipes-master\src\test\java\guru\springframework\services\IngredientServiceImplTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\converters\ImageToImageCommandTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\services\CategoryServiceImplTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\services\UnitOfMeasureServiceImplTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\services\ImageServiceImplTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\converters\UnitOfMeasureToUnitOfMeasureCommandTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\converters\RecipeCommandToRecipeTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\converters\ImageCommandToImageTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\services\RecipeServiceTestIT.java -F:\sfg-recipes-master\src\test\java\guru\springframework\converters\IngredientCommandToIngredientTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\converters\NotesToNotesCommandTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\domain\CategoryTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\converters\IngredientToIngredientCommandTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\converters\CategoryCommandToCategoryTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\converters\RecipeToRecipeCommandTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\controllers\IngredientControllerTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\converters\NotesCommandToNotesTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\controllers\RecipeControllerTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\converters\CategoryToCategoryCommandTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\repositories\UnitOfMeasureRepositoryIT.java -F:\sfg-recipes-master\src\test\java\guru\springframework\controllers\ImageControllerTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\services\RecipeServiceImplTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\converters\BytesWrappedToBytesUnwrappedTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\controllers\IndexControllerTest.java -F:\sfg-recipes-master\src\test\java\guru\springframework\converters\BytesUnwrappedToBytesWrappedTest.java diff --git a/target/sfg-recipes-0.0.1-SNAPSHOT.jar.original b/target/sfg-recipes-0.0.1-SNAPSHOT.jar.original deleted file mode 100644 index 22ef110..0000000 Binary files a/target/sfg-recipes-0.0.1-SNAPSHOT.jar.original and /dev/null differ diff --git a/target/surefire-reports/TEST-guru.springframework.SfgRecipesApplicationTests.xml b/target/surefire-reports/TEST-guru.springframework.SfgRecipesApplicationTests.xml deleted file mode 100644 index 56b6c15..0000000 --- a/target/surefire-reports/TEST-guru.springframework.SfgRecipesApplicationTests.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.controllers.ImageControllerTest.xml b/target/surefire-reports/TEST-guru.springframework.controllers.ImageControllerTest.xml deleted file mode 100644 index d9ff5f8..0000000 --- a/target/surefire-reports/TEST-guru.springframework.controllers.ImageControllerTest.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.controllers.IndexControllerTest.xml b/target/surefire-reports/TEST-guru.springframework.controllers.IndexControllerTest.xml deleted file mode 100644 index 87904a2..0000000 --- a/target/surefire-reports/TEST-guru.springframework.controllers.IndexControllerTest.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.controllers.IngredientControllerTest.xml b/target/surefire-reports/TEST-guru.springframework.controllers.IngredientControllerTest.xml deleted file mode 100644 index b0c69d8..0000000 --- a/target/surefire-reports/TEST-guru.springframework.controllers.IngredientControllerTest.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.controllers.RecipeControllerTest.xml b/target/surefire-reports/TEST-guru.springframework.controllers.RecipeControllerTest.xml deleted file mode 100644 index b9237a8..0000000 --- a/target/surefire-reports/TEST-guru.springframework.controllers.RecipeControllerTest.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.converters.BytesUnwrappedToBytesWrappedTest.xml b/target/surefire-reports/TEST-guru.springframework.converters.BytesUnwrappedToBytesWrappedTest.xml deleted file mode 100644 index a4f02a1..0000000 --- a/target/surefire-reports/TEST-guru.springframework.converters.BytesUnwrappedToBytesWrappedTest.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.converters.BytesWrappedToBytesUnwrappedTest.xml b/target/surefire-reports/TEST-guru.springframework.converters.BytesWrappedToBytesUnwrappedTest.xml deleted file mode 100644 index 7f235a0..0000000 --- a/target/surefire-reports/TEST-guru.springframework.converters.BytesWrappedToBytesUnwrappedTest.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.converters.CategoryCommandToCategoryTest.xml b/target/surefire-reports/TEST-guru.springframework.converters.CategoryCommandToCategoryTest.xml deleted file mode 100644 index 3860a45..0000000 --- a/target/surefire-reports/TEST-guru.springframework.converters.CategoryCommandToCategoryTest.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.converters.CategoryToCategoryCommandTest.xml b/target/surefire-reports/TEST-guru.springframework.converters.CategoryToCategoryCommandTest.xml deleted file mode 100644 index b5aa166..0000000 --- a/target/surefire-reports/TEST-guru.springframework.converters.CategoryToCategoryCommandTest.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.converters.ImageCommandToImageTest.xml b/target/surefire-reports/TEST-guru.springframework.converters.ImageCommandToImageTest.xml deleted file mode 100644 index 149398f..0000000 --- a/target/surefire-reports/TEST-guru.springframework.converters.ImageCommandToImageTest.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.converters.ImageToImageCommandTest.xml b/target/surefire-reports/TEST-guru.springframework.converters.ImageToImageCommandTest.xml deleted file mode 100644 index 28d4cb1..0000000 --- a/target/surefire-reports/TEST-guru.springframework.converters.ImageToImageCommandTest.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.converters.IngredientCommandToIngredientTest.xml b/target/surefire-reports/TEST-guru.springframework.converters.IngredientCommandToIngredientTest.xml deleted file mode 100644 index 88aacd7..0000000 --- a/target/surefire-reports/TEST-guru.springframework.converters.IngredientCommandToIngredientTest.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.converters.IngredientToIngredientCommandTest.xml b/target/surefire-reports/TEST-guru.springframework.converters.IngredientToIngredientCommandTest.xml deleted file mode 100644 index 71598f0..0000000 --- a/target/surefire-reports/TEST-guru.springframework.converters.IngredientToIngredientCommandTest.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.converters.NotesCommandToNotesTest.xml b/target/surefire-reports/TEST-guru.springframework.converters.NotesCommandToNotesTest.xml deleted file mode 100644 index 8cbe7ce..0000000 --- a/target/surefire-reports/TEST-guru.springframework.converters.NotesCommandToNotesTest.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.converters.NotesToNotesCommandTest.xml b/target/surefire-reports/TEST-guru.springframework.converters.NotesToNotesCommandTest.xml deleted file mode 100644 index 3dcef65..0000000 --- a/target/surefire-reports/TEST-guru.springframework.converters.NotesToNotesCommandTest.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.converters.RecipeCommandToRecipeTest.xml b/target/surefire-reports/TEST-guru.springframework.converters.RecipeCommandToRecipeTest.xml deleted file mode 100644 index a292537..0000000 --- a/target/surefire-reports/TEST-guru.springframework.converters.RecipeCommandToRecipeTest.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.converters.RecipeToRecipeCommandTest.xml b/target/surefire-reports/TEST-guru.springframework.converters.RecipeToRecipeCommandTest.xml deleted file mode 100644 index ab0fd48..0000000 --- a/target/surefire-reports/TEST-guru.springframework.converters.RecipeToRecipeCommandTest.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.converters.UnitOfMeasureCommandToUnitOfMeasureTest.xml b/target/surefire-reports/TEST-guru.springframework.converters.UnitOfMeasureCommandToUnitOfMeasureTest.xml deleted file mode 100644 index 15ef88c..0000000 --- a/target/surefire-reports/TEST-guru.springframework.converters.UnitOfMeasureCommandToUnitOfMeasureTest.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.converters.UnitOfMeasureToUnitOfMeasureCommandTest.xml b/target/surefire-reports/TEST-guru.springframework.converters.UnitOfMeasureToUnitOfMeasureCommandTest.xml deleted file mode 100644 index 93818bd..0000000 --- a/target/surefire-reports/TEST-guru.springframework.converters.UnitOfMeasureToUnitOfMeasureCommandTest.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.domain.CategoryTest.xml b/target/surefire-reports/TEST-guru.springframework.domain.CategoryTest.xml deleted file mode 100644 index 73a5f45..0000000 --- a/target/surefire-reports/TEST-guru.springframework.domain.CategoryTest.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.services.CategoryServiceImplTest.xml b/target/surefire-reports/TEST-guru.springframework.services.CategoryServiceImplTest.xml deleted file mode 100644 index 07486fd..0000000 --- a/target/surefire-reports/TEST-guru.springframework.services.CategoryServiceImplTest.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.services.ImageServiceImplTest.xml b/target/surefire-reports/TEST-guru.springframework.services.ImageServiceImplTest.xml deleted file mode 100644 index 8dd01e2..0000000 --- a/target/surefire-reports/TEST-guru.springframework.services.ImageServiceImplTest.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.services.IngredientServiceImplTest.xml b/target/surefire-reports/TEST-guru.springframework.services.IngredientServiceImplTest.xml deleted file mode 100644 index 429252b..0000000 --- a/target/surefire-reports/TEST-guru.springframework.services.IngredientServiceImplTest.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.services.RecipeServiceImplTest.xml b/target/surefire-reports/TEST-guru.springframework.services.RecipeServiceImplTest.xml deleted file mode 100644 index 1dd4892..0000000 --- a/target/surefire-reports/TEST-guru.springframework.services.RecipeServiceImplTest.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/TEST-guru.springframework.services.UnitOfMeasureServiceImplTest.xml b/target/surefire-reports/TEST-guru.springframework.services.UnitOfMeasureServiceImplTest.xml deleted file mode 100644 index bdd8794..0000000 --- a/target/surefire-reports/TEST-guru.springframework.services.UnitOfMeasureServiceImplTest.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/guru.springframework.SfgRecipesApplicationTests.txt b/target/surefire-reports/guru.springframework.SfgRecipesApplicationTests.txt deleted file mode 100644 index 046d70a..0000000 --- a/target/surefire-reports/guru.springframework.SfgRecipesApplicationTests.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.SfgRecipesApplicationTests -------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.88 s - in guru.springframework.SfgRecipesApplicationTests diff --git a/target/surefire-reports/guru.springframework.controllers.ImageControllerTest.txt b/target/surefire-reports/guru.springframework.controllers.ImageControllerTest.txt deleted file mode 100644 index a27b76b..0000000 --- a/target/surefire-reports/guru.springframework.controllers.ImageControllerTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.controllers.ImageControllerTest -------------------------------------------------------------------------------- -Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.844 s - in guru.springframework.controllers.ImageControllerTest diff --git a/target/surefire-reports/guru.springframework.controllers.IndexControllerTest.txt b/target/surefire-reports/guru.springframework.controllers.IndexControllerTest.txt deleted file mode 100644 index 796dbc3..0000000 --- a/target/surefire-reports/guru.springframework.controllers.IndexControllerTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.controllers.IndexControllerTest -------------------------------------------------------------------------------- -Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s - in guru.springframework.controllers.IndexControllerTest diff --git a/target/surefire-reports/guru.springframework.controllers.IngredientControllerTest.txt b/target/surefire-reports/guru.springframework.controllers.IngredientControllerTest.txt deleted file mode 100644 index 5e65ff9..0000000 --- a/target/surefire-reports/guru.springframework.controllers.IngredientControllerTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.controllers.IngredientControllerTest -------------------------------------------------------------------------------- -Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.768 s - in guru.springframework.controllers.IngredientControllerTest diff --git a/target/surefire-reports/guru.springframework.controllers.RecipeControllerTest.txt b/target/surefire-reports/guru.springframework.controllers.RecipeControllerTest.txt deleted file mode 100644 index cbc6ca0..0000000 --- a/target/surefire-reports/guru.springframework.controllers.RecipeControllerTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.controllers.RecipeControllerTest -------------------------------------------------------------------------------- -Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.629 s - in guru.springframework.controllers.RecipeControllerTest diff --git a/target/surefire-reports/guru.springframework.converters.BytesUnwrappedToBytesWrappedTest.txt b/target/surefire-reports/guru.springframework.converters.BytesUnwrappedToBytesWrappedTest.txt deleted file mode 100644 index 6091bf8..0000000 --- a/target/surefire-reports/guru.springframework.converters.BytesUnwrappedToBytesWrappedTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.converters.BytesUnwrappedToBytesWrappedTest -------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in guru.springframework.converters.BytesUnwrappedToBytesWrappedTest diff --git a/target/surefire-reports/guru.springframework.converters.BytesWrappedToBytesUnwrappedTest.txt b/target/surefire-reports/guru.springframework.converters.BytesWrappedToBytesUnwrappedTest.txt deleted file mode 100644 index 1110c2d..0000000 --- a/target/surefire-reports/guru.springframework.converters.BytesWrappedToBytesUnwrappedTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.converters.BytesWrappedToBytesUnwrappedTest -------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in guru.springframework.converters.BytesWrappedToBytesUnwrappedTest diff --git a/target/surefire-reports/guru.springframework.converters.CategoryCommandToCategoryTest.txt b/target/surefire-reports/guru.springframework.converters.CategoryCommandToCategoryTest.txt deleted file mode 100644 index 21caec0..0000000 --- a/target/surefire-reports/guru.springframework.converters.CategoryCommandToCategoryTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.converters.CategoryCommandToCategoryTest -------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in guru.springframework.converters.CategoryCommandToCategoryTest diff --git a/target/surefire-reports/guru.springframework.converters.CategoryToCategoryCommandTest.txt b/target/surefire-reports/guru.springframework.converters.CategoryToCategoryCommandTest.txt deleted file mode 100644 index 82584d4..0000000 --- a/target/surefire-reports/guru.springframework.converters.CategoryToCategoryCommandTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.converters.CategoryToCategoryCommandTest -------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in guru.springframework.converters.CategoryToCategoryCommandTest diff --git a/target/surefire-reports/guru.springframework.converters.ImageCommandToImageTest.txt b/target/surefire-reports/guru.springframework.converters.ImageCommandToImageTest.txt deleted file mode 100644 index f6fa513..0000000 --- a/target/surefire-reports/guru.springframework.converters.ImageCommandToImageTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.converters.ImageCommandToImageTest -------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in guru.springframework.converters.ImageCommandToImageTest diff --git a/target/surefire-reports/guru.springframework.converters.ImageToImageCommandTest.txt b/target/surefire-reports/guru.springframework.converters.ImageToImageCommandTest.txt deleted file mode 100644 index b3c0c51..0000000 --- a/target/surefire-reports/guru.springframework.converters.ImageToImageCommandTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.converters.ImageToImageCommandTest -------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in guru.springframework.converters.ImageToImageCommandTest diff --git a/target/surefire-reports/guru.springframework.converters.IngredientCommandToIngredientTest.txt b/target/surefire-reports/guru.springframework.converters.IngredientCommandToIngredientTest.txt deleted file mode 100644 index 5f83df6..0000000 --- a/target/surefire-reports/guru.springframework.converters.IngredientCommandToIngredientTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.converters.IngredientCommandToIngredientTest -------------------------------------------------------------------------------- -Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in guru.springframework.converters.IngredientCommandToIngredientTest diff --git a/target/surefire-reports/guru.springframework.converters.IngredientToIngredientCommandTest.txt b/target/surefire-reports/guru.springframework.converters.IngredientToIngredientCommandTest.txt deleted file mode 100644 index 98d4a33..0000000 --- a/target/surefire-reports/guru.springframework.converters.IngredientToIngredientCommandTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.converters.IngredientToIngredientCommandTest -------------------------------------------------------------------------------- -Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in guru.springframework.converters.IngredientToIngredientCommandTest diff --git a/target/surefire-reports/guru.springframework.converters.NotesCommandToNotesTest.txt b/target/surefire-reports/guru.springframework.converters.NotesCommandToNotesTest.txt deleted file mode 100644 index e334727..0000000 --- a/target/surefire-reports/guru.springframework.converters.NotesCommandToNotesTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.converters.NotesCommandToNotesTest -------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in guru.springframework.converters.NotesCommandToNotesTest diff --git a/target/surefire-reports/guru.springframework.converters.NotesToNotesCommandTest.txt b/target/surefire-reports/guru.springframework.converters.NotesToNotesCommandTest.txt deleted file mode 100644 index dbc733e..0000000 --- a/target/surefire-reports/guru.springframework.converters.NotesToNotesCommandTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.converters.NotesToNotesCommandTest -------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in guru.springframework.converters.NotesToNotesCommandTest diff --git a/target/surefire-reports/guru.springframework.converters.RecipeCommandToRecipeTest.txt b/target/surefire-reports/guru.springframework.converters.RecipeCommandToRecipeTest.txt deleted file mode 100644 index db15787..0000000 --- a/target/surefire-reports/guru.springframework.converters.RecipeCommandToRecipeTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.converters.RecipeCommandToRecipeTest -------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in guru.springframework.converters.RecipeCommandToRecipeTest diff --git a/target/surefire-reports/guru.springframework.converters.RecipeToRecipeCommandTest.txt b/target/surefire-reports/guru.springframework.converters.RecipeToRecipeCommandTest.txt deleted file mode 100644 index fcdca40..0000000 --- a/target/surefire-reports/guru.springframework.converters.RecipeToRecipeCommandTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.converters.RecipeToRecipeCommandTest -------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in guru.springframework.converters.RecipeToRecipeCommandTest diff --git a/target/surefire-reports/guru.springframework.converters.UnitOfMeasureCommandToUnitOfMeasureTest.txt b/target/surefire-reports/guru.springframework.converters.UnitOfMeasureCommandToUnitOfMeasureTest.txt deleted file mode 100644 index abbe304..0000000 --- a/target/surefire-reports/guru.springframework.converters.UnitOfMeasureCommandToUnitOfMeasureTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.converters.UnitOfMeasureCommandToUnitOfMeasureTest -------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in guru.springframework.converters.UnitOfMeasureCommandToUnitOfMeasureTest diff --git a/target/surefire-reports/guru.springframework.converters.UnitOfMeasureToUnitOfMeasureCommandTest.txt b/target/surefire-reports/guru.springframework.converters.UnitOfMeasureToUnitOfMeasureCommandTest.txt deleted file mode 100644 index 9ede06b..0000000 --- a/target/surefire-reports/guru.springframework.converters.UnitOfMeasureToUnitOfMeasureCommandTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.converters.UnitOfMeasureToUnitOfMeasureCommandTest -------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in guru.springframework.converters.UnitOfMeasureToUnitOfMeasureCommandTest diff --git a/target/surefire-reports/guru.springframework.domain.CategoryTest.txt b/target/surefire-reports/guru.springframework.domain.CategoryTest.txt deleted file mode 100644 index 33f7092..0000000 --- a/target/surefire-reports/guru.springframework.domain.CategoryTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.domain.CategoryTest -------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s - in guru.springframework.domain.CategoryTest diff --git a/target/surefire-reports/guru.springframework.services.CategoryServiceImplTest.txt b/target/surefire-reports/guru.springframework.services.CategoryServiceImplTest.txt deleted file mode 100644 index e3f8797..0000000 --- a/target/surefire-reports/guru.springframework.services.CategoryServiceImplTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.services.CategoryServiceImplTest -------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s - in guru.springframework.services.CategoryServiceImplTest diff --git a/target/surefire-reports/guru.springframework.services.ImageServiceImplTest.txt b/target/surefire-reports/guru.springframework.services.ImageServiceImplTest.txt deleted file mode 100644 index e4b1ee5..0000000 --- a/target/surefire-reports/guru.springframework.services.ImageServiceImplTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.services.ImageServiceImplTest -------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 s - in guru.springframework.services.ImageServiceImplTest diff --git a/target/surefire-reports/guru.springframework.services.IngredientServiceImplTest.txt b/target/surefire-reports/guru.springframework.services.IngredientServiceImplTest.txt deleted file mode 100644 index db4237c..0000000 --- a/target/surefire-reports/guru.springframework.services.IngredientServiceImplTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.services.IngredientServiceImplTest -------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s - in guru.springframework.services.IngredientServiceImplTest diff --git a/target/surefire-reports/guru.springframework.services.RecipeServiceImplTest.txt b/target/surefire-reports/guru.springframework.services.RecipeServiceImplTest.txt deleted file mode 100644 index 01ea93b..0000000 --- a/target/surefire-reports/guru.springframework.services.RecipeServiceImplTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.services.RecipeServiceImplTest -------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in guru.springframework.services.RecipeServiceImplTest diff --git a/target/surefire-reports/guru.springframework.services.UnitOfMeasureServiceImplTest.txt b/target/surefire-reports/guru.springframework.services.UnitOfMeasureServiceImplTest.txt deleted file mode 100644 index 9251eae..0000000 --- a/target/surefire-reports/guru.springframework.services.UnitOfMeasureServiceImplTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: guru.springframework.services.UnitOfMeasureServiceImplTest -------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in guru.springframework.services.UnitOfMeasureServiceImplTest diff --git a/target/test-classes/META-INF/sfg-recipes.kotlin_module b/target/test-classes/META-INF/sfg-recipes.kotlin_module deleted file mode 100644 index 8fb6019..0000000 Binary files a/target/test-classes/META-INF/sfg-recipes.kotlin_module and /dev/null differ