commit f0df93f4e104b50972af5e675b1130a2cf274ad0 Author: L_DelOff <51275636+LDelOff@users.noreply.github.com> Date: Wed May 10 12:02:35 2023 +0300 Зависимости diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..b8a517c --- /dev/null +++ b/pom.xml @@ -0,0 +1,42 @@ + + + 4.0.0 + + ru.ldeloff + TestEmail + 1.0-SNAPSHOT + + + 17 + 17 + + + + org.springframework.boot + spring-boot-starter-parent + 2.6.2 + + + + + org.springframework.boot + spring-boot-starter-mail + + + org.springframework.boot + spring-boot-starter-web + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + \ No newline at end of file