File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
main/java/apptive/team5/survey/domain Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11package apptive .team5 .survey .domain ;
22
3+ import apptive .team5 .global .entity .BaseTimeEntity ;
34import apptive .team5 .user .domain .UserEntity ;
45import jakarta .persistence .*;
56import lombok .AccessLevel ;
910@ Entity
1011@ Getter
1112@ NoArgsConstructor (access = AccessLevel .PROTECTED )
12- public class SurveyEntity {
13+ public class SurveyEntity extends BaseTimeEntity {
1314
1415 @ Id
1516 @ GeneratedValue (strategy = GenerationType .IDENTITY )
Original file line number Diff line number Diff line change @@ -33,3 +33,10 @@ aws.s3.region=ap-northeast-2
3333aws.s3.bucket =killingpart-file
3434aws.s3.url =${S3_URL}
3535
36+ spring.mail.host =smtp.gmail.com
37+ spring.mail.port =587
38+ spring.mail.username =
[email protected] 39+ spring.mail.password =fubhotloxcklrppq
40+ spring.mail.properties.mail.smtp.auth =true
41+ spring.mail.properties.mail.smtp.starttls.enable =true
42+ spring.mail.survey.email =
[email protected]
You can’t perform that action at this time.
0 commit comments