From 4230248be8e8772fc9cd1304bd69dcb3c11373c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Oliva?= Date: Wed, 24 May 2023 14:23:16 -0600 Subject: First commit. Base files. Just simple files to build the project from ground up. (Don't know if this is a good idea...) --- pom.xml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..8431407 --- /dev/null +++ b/pom.xml @@ -0,0 +1,41 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.1.0 + + + com.encora + to-do-app-be + 0.0.1-SNAPSHOT + ToDo App + Back End for a simple To Do App. + + 17 + + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + -- cgit v1.2.3