--- src/main/java/itn/let/mjo/addr/service/impl/AddrServiceImpl.java
+++ src/main/java/itn/let/mjo/addr/service/impl/AddrServiceImpl.java
... | ... | @@ -59,7 +59,9 @@ |
| 59 | 59 |
private static final String PHONE_REGEX = "^(01[016789]-?\\d{3,4}-?\\d{4})$";
|
| 60 | 60 |
private static final Pattern PHONE_PATTERN = Pattern.compile(PHONE_REGEX); |
| 61 | 61 |
private static final Charset EUC_KR = Charset.forName("EUC-KR");
|
| 62 |
- private static final int MAX_ADDR_CNT = 500000; |
|
| 62 |
+// private static final int MAX_ADDR_CNT = 500000; |
|
| 63 |
+ //임시 500만개 |
|
| 64 |
+ private static final int MAX_ADDR_CNT = 5000000; |
|
| 63 | 65 |
|
| 64 | 66 |
|
| 65 | 67 |
public List<AddrVO> selectAddrList(AddrVO addrVO) throws Exception {
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?