From 77d8ab75376a6dbe7a158db8fd62480571bdb394 Mon Sep 17 00:00:00 2001 From: Ilusha92 <74773693+Ilusha92@users.noreply.github.com> Date: Mon, 7 Nov 2022 15:04:13 +0300 Subject: [PATCH] Copy by practicum branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Скопируйте в неё изменения из ветки meet-spring_spring-boot-and-rest --- .gitignore | 1 + pom.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index a1c2a238..1bc94f32 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* +/.idea/ diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..a4bdb80c --- /dev/null +++ b/pom.xml @@ -0,0 +1,40 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.6.1 + + + ru.yandex.practicum + catsgram + 0.0.1-SNAPSHOT + catsgram + Мини-версия популярной соцсети с фотографиями котов. + + 11 + + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + +