Skip to content

Commit

Permalink
Merge pull request #60 from cheng521521/main
Browse files Browse the repository at this point in the history
fix: 修改邮箱配置信息
  • Loading branch information
yanyanho committed Nov 10, 2023
2 parents 3af0a11 + cb9c9bf commit 9c8fce9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/dl/officialsite/team/TeamService.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public javax.persistence.criteria.Predicate toPredicate(
return teamsMembersVos;
}

@Transactional(rollbackOn = Exception.class)
public void join(TeamMemberJoinVO teamMember) {
Member member = memberRepository.findById(teamMember.getMemberId()).get();
/* if (ObjectUtils.isEmpty(member.getTelegramId()) || ObjectUtils.isEmpty(
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/application-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ spring:
auth: true
ssl:
enable: true
starttls:
enable: true
session:
store-type: jdbc
jdbc:
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ spring:
auth: true
ssl:
enable: true
starttls:
enable: true
session:
store-type: jdbc
jdbc:
Expand Down

0 comments on commit 9c8fce9

Please sign in to comment.