From f74eed2a3ff67ab7977e35f3961b9366a2a3a00c Mon Sep 17 00:00:00 2001 From: NataliaCancinoV Date: Wed, 17 Apr 2024 08:23:45 -0600 Subject: [PATCH] =?UTF-8?q?Commit=20creaci=C3=B3n=20backend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/pom.xml | 75 ++++++++++++++++++ backend/src/main/java/mx/uv/App.java | 13 +++ backend/src/test/java/mx/uv/AppTest.java | 20 +++++ backend/target/classes/mx/uv/App.class | Bin 0 -> 525 bytes .../compile/default-compile/createdFiles.lst | 1 + .../compile/default-compile/inputFiles.lst | 1 + .../target/test-classes/mx/uv/AppTest.class | Bin 0 -> 457 bytes 7 files changed, 110 insertions(+) create mode 100644 backend/pom.xml create mode 100644 backend/src/main/java/mx/uv/App.java create mode 100644 backend/src/test/java/mx/uv/AppTest.java create mode 100644 backend/target/classes/mx/uv/App.class create mode 100644 backend/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst create mode 100644 backend/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst create mode 100644 backend/target/test-classes/mx/uv/AppTest.class diff --git a/backend/pom.xml b/backend/pom.xml new file mode 100644 index 0000000..745a3a5 --- /dev/null +++ b/backend/pom.xml @@ -0,0 +1,75 @@ + + + + 4.0.0 + + mx.uv + backend + 1.0-SNAPSHOT + + backend + + http://www.example.com + + + UTF-8 + 1.7 + 1.7 + + + + + junit + junit + 4.11 + test + + + + + + + + + maven-clean-plugin + 3.1.0 + + + + maven-resources-plugin + 3.0.2 + + + maven-compiler-plugin + 3.8.0 + + + maven-surefire-plugin + 2.22.1 + + + maven-jar-plugin + 3.0.2 + + + maven-install-plugin + 2.5.2 + + + maven-deploy-plugin + 2.8.2 + + + + maven-site-plugin + 3.7.1 + + + maven-project-info-reports-plugin + 3.0.0 + + + + + diff --git a/backend/src/main/java/mx/uv/App.java b/backend/src/main/java/mx/uv/App.java new file mode 100644 index 0000000..a2d3cff --- /dev/null +++ b/backend/src/main/java/mx/uv/App.java @@ -0,0 +1,13 @@ +package mx.uv; + +/** + * Hello world! + * + */ +public class App +{ + public static void main( String[] args ) + { + System.out.println( "Hello World!" ); + } +} diff --git a/backend/src/test/java/mx/uv/AppTest.java b/backend/src/test/java/mx/uv/AppTest.java new file mode 100644 index 0000000..6284b29 --- /dev/null +++ b/backend/src/test/java/mx/uv/AppTest.java @@ -0,0 +1,20 @@ +package mx.uv; + +import static org.junit.Assert.assertTrue; + +import org.junit.Test; + +/** + * Unit test for simple App. + */ +public class AppTest +{ + /** + * Rigorous Test :-) + */ + @Test + public void shouldAnswerWithTrue() + { + assertTrue( true ); + } +} diff --git a/backend/target/classes/mx/uv/App.class b/backend/target/classes/mx/uv/App.class new file mode 100644 index 0000000000000000000000000000000000000000..eaaa685f8bedde403265b558cca4de4c744abc30 GIT binary patch literal 525 zcmZutIZpyn5dMa14^}}CycMj#!YwQ;Feb*tSZve;gN4-tUht7U$g)fHXKA5{g+IU_ zWt;^gA)%Rhb9~2}@1M^v04F%qkRlk~vmHM}#V=|C*WTNsS44=U=eJ zWS&qyq1t$K=EChLRQ{mV>=;->Swm^TR{LcfNzcMMDr_l;*gy}?6PVx literal 0 HcmV?d00001 diff --git a/backend/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/backend/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..bf8adff --- /dev/null +++ b/backend/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1 @@ +mx\uv\App.class diff --git a/backend/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/backend/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..93be142 --- /dev/null +++ b/backend/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1 @@ +C:\Users\natal\OneDrive\Escritorio\ProyectoFinal-DS\BackPastel\backend\src\main\java\mx\uv\App.java diff --git a/backend/target/test-classes/mx/uv/AppTest.class b/backend/target/test-classes/mx/uv/AppTest.class new file mode 100644 index 0000000000000000000000000000000000000000..bd234c7c946889988f15ec410e1e7614d1b25ec7 GIT binary patch literal 457 zcmZutO-}+b6r3)Lt920s{NU&fJ-7#s7?X{OC!&cGOuQ9npk!&uwu}BPPZ|&Y0DqM6 z6-bDQmp3~*lj)oH{qy++po3O~fT1#fO^RibE*5=hU4)RKHWN#cWI|7p`{7KE9K+6) z(#l;kl-lP5hVaIWB}WN+G0NCssP>eWcg1`t^S&5nlA+!+Basb6t~}rT4Bb>&@BZ^> zm!WB=rpU&rwl6Y&Qf}JM3kqpH6xyk|94M