File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 54
54
<groupId >com.h2database</groupId >
55
55
<artifactId >h2</artifactId >
56
56
</dependency >
57
-
58
57
</dependencies >
59
58
</profile >
60
59
82
81
</dependency >
83
82
84
83
<dependency >
85
- <groupId >org.projectlombok</groupId >
86
- <artifactId >lombok</artifactId >
87
- <version >1.16.10</version >
84
+ <groupId >org.springframework.boot</groupId >
85
+ <artifactId >spring-boot-starter-mail</artifactId >
88
86
</dependency >
89
87
90
88
<dependency >
93
91
<scope >test</scope >
94
92
</dependency >
95
93
94
+ <dependency >
95
+ <groupId >org.projectlombok</groupId >
96
+ <artifactId >lombok</artifactId >
97
+ <version >1.16.10</version >
98
+ </dependency >
99
+
96
100
<dependency >
97
101
<groupId >org.jsoup</groupId >
98
102
<artifactId >jsoup</artifactId >
Original file line number Diff line number Diff line change 1
1
spring.profiles.active = prod
2
- spring.mvc.throw-exception-if-no-handler-found = true
2
+ spring.mvc.throw-exception-if-no-handler-found = true
3
+
4
+ spring.mail.host = smtp.gmail.com
5
+ spring.mail.port = 465
6
+ spring.mail.username = ***
7
+ spring.mail.password = ***
8
+ spring.mail.properties.smtp.auth = true
9
+ spring.mail.properties.mail.smtp.ssl.enable = true
You can’t perform that action at this time.
0 commit comments