Commit Graph

83 Commits

Author SHA1 Message Date
kimyonghwa
6329c24584 bugfix
- update ftl path
- delete duplicate security settings
2019-11-14 11:30:35 +09:00
codej99
37b4b9cd73 Merge branch 'master' into feature/board 2019-09-17 17:35:37 +09:00
kimyonghwa
4173fc1225 add api
- create board
2019-09-17 17:34:13 +09:00
kimyonghwa
200168c601 Merge branch 'feature/board' 2019-09-05 23:14:52 +09:00
kimyonghwa
a51dce74ad post 정렬 추가 2019-09-05 23:13:20 +09:00
kimyonghwa
d4e74d92c1 Serializable 추가 2019-09-04 00:55:07 +09:00
codej99
8cecd7edcf Merge pull request #20 from codej99/cache-data-redis
Cache data redis
2019-08-08 02:09:31 +09:00
kimyonghwa
f7901cbd18 Update README.md 2019-08-08 02:08:17 +09:00
kimyonghwa
945b44fdc7 Redis Cache annotation 2019-08-08 01:52:39 +09:00
kimyonghwa
e729ff1504 Add Redis Configuration 2019-08-06 01:56:48 +09:00
codej99
bdd09eeaa9 Merge pull request #19 from codej99/feature/board
영속성 컨텍스트의 변경감지(dirty checking)가 적용으로 인한 소스 수정
2019-08-05 22:25:29 +09:00
kimyonghwa
458de9d927 영속성 컨텍스트의 변경감지(dirty checking)가 적용으로 인한 소스 수정 2019-05-16 22:07:28 +09:00
codej99
a03a263adf Merge pull request #18 from codej99/feature/board
게시판 업데이트 수정 - 변경감지 기능 이용
2019-05-16 16:40:29 +09:00
kimyonghwa
c6110eb806 게시판 업데이트 수정 - 변경감지 기능 이용
게시판 리퀘스트 파라미터 유효성 체크 수정
2019-05-16 16:39:45 +09:00
codej99
0bf89cc08b Update README.md 2019-05-15 02:18:06 +09:00
codej99
002ac18e4a Merge pull request #17 from codej99/feature/board
Feature/board
2019-05-10 23:43:44 +09:00
kimyonghwa
c25984207b Merge branch 'feature/board' of https://github.com/codej99/SpringRestApi into feature/board 2019-05-10 23:40:52 +09:00
kimyonghwa
2a0a9721ed Bugfix board 2019-05-10 23:40:33 +09:00
kimyonghwa
69f3053371 Modified the unit test 2019-05-10 10:27:03 +09:00
kimyonghwa
189e741ded Make board 2019-05-10 02:17:23 +09:00
kimyonghwa
2e5e6be283 Develop simple board 2019-05-09 19:43:48 +09:00
codej99
0bcbc81775 Merge pull request #16 from codej99/feature/security
Feature/security
2019-05-09 14:12:56 +09:00
codej99
951bd95faa Merge branch 'master' into feature/security 2019-05-09 14:12:24 +09:00
kimyonghwa
b23ca762bf Merge branch 'feature/security' of https://github.com/codej99/SpringRestApi into feature/security
# Conflicts:
#	src/main/java/com/rest/api/config/security/CustomAccessDeniedHandler.java
#	src/main/java/com/rest/api/config/security/SecurityConfiguration.java
2019-05-09 14:10:27 +09:00
kimyonghwa
695908e2c7 bugfix : exception process 2019-05-09 14:07:27 +09:00
kimyonghwa
dac4f282e3 Develop board 2019-05-09 13:56:27 +09:00
codej99
5f1bd9fdcc Update HelloController.java
helloworld -> helloworld-nice to meet you
Release-22-NiceTooMeetYou
2019-05-05 23:28:42 +09:00
codej99
8ad0baad33 Merge pull request #15 from codej99/feature/gracefullyshutdown
Blue / Green Deployment
Release-21-First Release-23-NoTitle
2019-05-03 15:14:45 +09:00
kimyonghwa
b784ba6bdb Blue / Green Deployment 2019-05-03 15:12:40 +09:00
codej99
c2a2ba9b46 Merge pull request #14 from codej99/feature/gracefullyshutdown
Feature/gracefullyshutdown
2019-05-03 15:11:23 +09:00
kimyonghwa
b8b1f4c65f Blue / Green Deployment 2019-05-03 15:06:15 +09:00
kimyonghwa
4fb92209e6 update db password 2019-05-02 23:23:51 +09:00
kimyonghwa
3f3ff162b1 Merge branch 'master' into feature/gracefullyshutdown
# Conflicts:
#	src/main/java/com/rest/api/config/security/SecurityConfiguration.java
2019-05-02 22:48:29 +09:00
codej99
19d23f1bdd Merge pull request #13 from codej99/feature/security
Feature/security
2019-05-02 22:44:42 +09:00
codej99
49a244c970 Merge branch 'master' into feature/security 2019-05-02 22:44:35 +09:00
codej99
1eb3fe7486 Merge pull request #12 from codej99/feature/seperate-profile
Feature/seperate profile
2019-05-02 22:43:03 +09:00
kimyonghwa
e390958e9a Modify Unit Test 2019-05-02 22:41:22 +09:00
kimyonghwa
a63177676b Merge branch 'feature/seperate-profile' of https://github.com/codej99/SpringRestApi into feature/seperate-profile 2019-05-02 22:39:56 +09:00
kimyonghwa
b3da392b47 was gracefully shutdown 2019-05-02 19:08:43 +09:00
codej99
24192c2b72 Merge pull request #11 from codej99/feature/seperate-profile
Feature/seperate profile
2019-05-02 10:42:04 +09:00
kimyonghwa
46cacec275 seperate environment profile
- modify url base
2019-05-02 10:30:33 +09:00
kimyonghwa
2826699804 seperate environment profile
- modify log file location
2019-05-02 10:27:48 +09:00
kimyonghwa
5b11d0e1b3 Add logging preferences 2019-05-01 01:21:00 +09:00
codej99
8d1765a280 Merge pull request #10 from codej99/feature/seperate-profile
Add logging preferences
2019-05-01 00:56:53 +09:00
kimyonghwa
cdc10997fc Add logging preferences 2019-05-01 00:56:12 +09:00
codej99
930ecb504f Merge pull request #9 from codej99/feature/seperate-profile
seperate environment profile
2019-04-30 16:23:07 +09:00
kimyonghwa
3b75ea18c0 seperate environment profile 2019-04-30 16:22:41 +09:00
kimyonghwa
0226f99edc bugfix - @Value
@Value("spring.jwt.secret") -> @Value("${spring.jwt.secret}")
2019-04-22 14:48:28 +09:00
codej99
ec7931d807 Merge pull request #8 from codej99/feature/social-kakao
Feature/social kakao
2019-04-19 11:01:10 +09:00
kimyonghwa
3acd2b66e0 SpringBoot2로 Rest api 만들기(10) – Social Login 연동(kakao)
- UserService name change : KakaoService
- Social signin, signup Test
2019-04-19 11:00:25 +09:00