Created
January 20, 2020 19:26
-
-
Save mrtampan/b1d0ebcbee4d076dc00e7832ce1213b9 to your computer and use it in GitHub Desktop.
spring konfig pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Mail Spring --> | |
<dependency> | |
<groupId>org.springframework.boot</groupId> | |
<artifactId>spring-boot-starter-mail</artifactId> | |
<version>2.0.1.RELEASE</version> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment