102 Commits

Author SHA1 Message Date
Rebwon
bb6971fd8a Downgrade version 2022-02-15 20:22:42 +09:00
Rebwon
8f9c5c4ce3 Refactor Module Configuration 2022-02-15 20:22:42 +09:00
Rebwon
896695d290 refactor paging query no offset 2021-11-02 21:11:34 +09:00
JiwonDev
ecb023f087 Refactor EmbeddedRedis
- 로컬 빌드는 성공하는데, CI 빌드가 실패해서 수정내역을 롤백했습니다.
2021-11-01 20:00:11 +09:00
JiwonDev
b4c9aebc36 ADD Readme, Refactor EmbeddedRedis
- 로컬 환경에서 테스트용 EmbeddedRedis 가 생성되지 않아 설정변경
  1. EmbeddedRedis maxheap size를 1gb로 고정
  2. 테스트 환경에서 포트번호가 충돌하지 않도록 포트번호 변경(6379->16379)
2021-11-01 20:00:11 +09:00
Rebwon
b3f389f827 Refactor Application DB Schema 2021-11-01 18:36:37 +09:00
Rebwon
9839df9b4c Refactor Sql Schema, Confirm Email Process 2021-11-01 11:38:23 +09:00
Rebwon
6df8cd3fcf Using Spring Text Context Caching 2021-11-01 11:38:23 +09:00
Rebwon
3178369fb8 Extract log4j2.xml profiling 2021-11-01 11:38:23 +09:00
JiwonDev
e1dcf7ad76 Refactor code
- 인터셉터 Url 패턴으로는 Query 와 Command 를 구분하지 못해서 핸들러 리졸버에 session null 확인을 추가하였습니다.
2021-10-28 11:15:03 +09:00
JiwonDev
e88bad95df Add comment query
게시글 댓글 조회 추가
테스트 추가
2021-10-28 11:15:03 +09:00
JiwonDev
3af4ef973f Add article query
게시글 단건 조회 추가
2021-10-28 11:15:03 +09:00
Rebwon
d5dd215dfd Refactor file path 2021-10-23 17:49:01 +09:00
Rebwon
dce2c22054 Spring Boot Admin Monitoring log files 2021-10-23 17:31:42 +09:00
Rebwon
4a3967aa97 Refactor Account domain implements Serializable 2021-10-21 17:31:04 +09:00
Rebwon
a28df24608 Refactor SessionManager using Authentication 2021-10-21 17:11:07 +09:00
Rebwon
5408213ab2 Add mail health check false 2021-10-21 16:48:16 +09:00
Rebwon
0800e79784 Refactor actuator health show details always 2021-10-21 16:48:16 +09:00
Rebwon
24e9a417a0 Feature hello api 2021-10-21 16:31:08 +09:00
Rebwon
71e1fb28fe Add actuator 2021-10-21 16:00:39 +09:00
Rebwon
40c6682b8a Refactor Exclude url pattern add actuator 2021-10-21 15:51:31 +09:00
Rebwon
83508038c4 Remove spring boot admin server url 2021-10-21 15:41:23 +09:00
Rebwon
1fb67badcd Add SpringBootAdmin Client Settings 2021-10-21 15:18:39 +09:00
Rebwon
5291eaae93 Add SpringBootAdmin Monitoring 2021-10-21 14:53:14 +09:00
Rebwon
81cb45d74a Refactor mapper query 2021-10-21 14:36:00 +09:00
Rebwon
6cf5df7ca7 refactor yml 2021-10-21 12:54:03 +09:00
Rebwon
ab56aa1a04 remove profile settings 2021-10-21 12:37:57 +09:00
Rebwon
357e2c61d9 Refactor spring session redis config 2021-10-21 12:24:03 +09:00
Rebwon
ec4f4323fc add server port 2021-10-21 12:09:51 +09:00
Rebwon
bae2788a6b Remove jenkinsfile 2021-10-21 11:14:47 +09:00
Rebwon
22271b6df4 Refactor query 2021-10-21 11:14:47 +09:00
Rebwon
bd4cdb5f97 Settings jenkins Ci 2021-10-20 17:17:57 +09:00
Rebwon
58c7e8922a Implements article pagination query HTTP API 2021-10-18 16:46:20 +09:00
Rebwon
f15ea65c06 Implements Article Pagination Query 2021-10-18 16:46:20 +09:00
Rebwon
00e454b20b Separate Application Profiles Using Local MySQL DB. 2021-10-18 16:46:20 +09:00
Rebwon
aed3b8805f Refactor Account Query API
- change to query with profile information when query account
  information.
2021-10-18 16:46:20 +09:00
Rebwon
a63d43ed66 Refactor mybatis data access cud operation excepted class. 2021-10-18 16:46:20 +09:00
Rebwon
865606ca68 Refactor code
- remove unnecessary test code
- remove comment domain service update assert statement
2021-10-11 19:34:22 +09:00
JiwonDev
a9d7523f10 Refactor Code
- Runtime Exception을 IllegalStateException으로 변경
- apache.commons.lang3 의존성 추가
- 문자열 테스트에서 apache.commons.lang3.RandomStringUtils 를 사용하도록 변경
2021-10-11 12:14:27 +09:00
JiwonDev
0d8d537ab5 ADD delete Comment HTTP API
- Test 이름, DisplayName 오타 수정 (update api:: "articleId" -> "commentId")
- 잘못된 Delete Comment 쿼리문 수정 (UPDATE COMMNET -> UPDATE COMMENT)
2021-10-11 12:14:27 +09:00
JiwonDev
938f5600bd ADD create & update Comment HTTP API, Refactor code
- LAST_INSERT_ID() 를 사용하기 위해 H2DB 설정에 mode=MYSQL 추가.
- save()가 Long commentId 를 반환하도록 댓글 도메인 수정.
2021-10-11 12:14:27 +09:00
JiwonDev
1537cb4694 Refactor Code
- Member 검증 추가
2021-10-09 13:16:22 +09:00
JiwonDev
feadb3f255 ADD Comment domain, ADD Article.existsById()
- comment 테스트용 DB DML 추가
- Article 모듈에 existsById() 추가
2021-10-09 13:16:22 +09:00
Rebwon
21e6162d11 Implements Wrtie Article HTTP API 2021-10-05 19:55:40 +09:00
Rebwon
1023c8cded Implements Article Query Mapper 2021-10-05 19:55:40 +09:00
Rebwon
7b4f275643 Implements Write Article UseCase 2021-10-05 19:55:40 +09:00
Rebwon
290c09b435 Add DB Schema 2021-10-01 12:34:24 +09:00
Rebwon
cb78015db1 Implements Update Account UseCase
- Implements update account usecase
- Add account, member domain event
2021-09-30 20:03:39 +09:00
Rebwon
fd5a1b53bc Add Update Account HTTP API
- Add Command API test
- Refactor Interceptor, SessionManager, ArgumentResolver
2021-09-30 20:03:39 +09:00
Rebwon
f91b823bac Refactor code 2021-09-30 12:08:11 +09:00