-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix/#32 preferred press
- Loading branch information
Showing
4 changed files
with
121 additions
and
12 deletions.
There are no files selected for viewing
106 changes: 105 additions & 1 deletion
106
src/main/java/com/example/newsfit/domain/article/entity/Press.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,109 @@ | ||
package com.example.newsfit.domain.article.entity; | ||
|
||
public enum Press { | ||
CHOSUN, JOONGANG, DONGA | ||
// 종합 | ||
경향신문, | ||
국민일보, | ||
동아일보, | ||
문화일보, | ||
서울신문, | ||
세계일보, | ||
조선일보, | ||
중앙일보, | ||
한겨레, | ||
한국일보, | ||
|
||
// 방송/통신 | ||
뉴스1, | ||
뉴시스, | ||
연합뉴스, | ||
연합뉴스TV, | ||
채널A, | ||
한국경제TV, | ||
JTBC, | ||
KBS, | ||
MBC, | ||
MBN, | ||
SBS, | ||
SBSBiz, | ||
TV조선, | ||
YTN, | ||
|
||
// 경제 | ||
매일경제, | ||
머니투데이, | ||
비즈워치, | ||
서울경제, | ||
아시아경제, | ||
이데일리, | ||
조선비즈, | ||
조세일보, | ||
파이낸셜뉴스, | ||
한국경제, | ||
헤럴드경제, | ||
|
||
// 인터넷 | ||
노컷뉴스, | ||
더팩트, | ||
데일리안, | ||
머니S, | ||
미디어오늘, | ||
아이뉴스24, | ||
오마이뉴스, | ||
프레시안, | ||
|
||
// IT | ||
디지털데일리, | ||
디지털타임스, | ||
블로터, | ||
전자신문, | ||
지디넷코리아, | ||
|
||
// 매거진 | ||
더스쿠프, | ||
레이디경향, | ||
매경이코노미, | ||
시사IN, | ||
시사저널, | ||
신동아, | ||
월간산, | ||
이코노미스트, | ||
주간경향, | ||
주간동아, | ||
주간조선, | ||
중앙SUNDAY, | ||
한겨레21, | ||
한경비즈니스, | ||
|
||
// 전문지 | ||
기자협회보, | ||
농민신문, | ||
뉴스타파, | ||
동아사이언스, | ||
여성신문, | ||
일다, | ||
코리아중앙데일리, | ||
코리아헤럴드, | ||
코메디닷컴, | ||
헬스조선, | ||
|
||
// 지역 | ||
강원도민일보, | ||
광주일보, | ||
경기일보, | ||
국제신문, | ||
대구MBC, | ||
대전일보, | ||
매일신문, | ||
부산일보, | ||
전주MBC, | ||
CJB청주방송, | ||
JIBS, | ||
kbc광주방송, | ||
|
||
// 포토 | ||
신화사, | ||
연합뉴스포토, | ||
AP, | ||
EPA | ||
} |
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
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
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