Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions src/main/java/team3/OneSubscribe/service/MailService.java

This file was deleted.

11 changes: 0 additions & 11 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,6 @@ spring:
format_sql: true
database-platform: org.hibernate.dialect.MySQL5InnoDBDialect

mail:
host: smtp.gmail.com
port: 587
username: zhdhfhd33@gmail.com #구글계정이 필요해서 신민건 것을 사용함.
password: #비밀번호임. 노출되면 안됨. 깃헙에 올릴 때는 지움.
properties:
mail:
smtp:
starttls:
enable: true
auth: true
mvc:
static-path-pattern: /static/**
web:
Expand Down