본문 바로가기

Footstep . 발자취

2020/04/1 Foot step

About programming

Springboot JPA구현중

update mathod를 호출하고 구현하는 code가 누락되 수정.(github issues참고)

posts.update(requestDto.getTitle(), requestDto);

 

화면 구현할때 모든 페이지는 IndexController를 통해 구현 

@GetMapping("/posts/save") public String postssave(){ return "posts-save"; }

 

Mustache

page loading 속도 올리기 위해 css는 header에, js는 footer에 위치.

규모가 있는 project에는 직접 library를 받는 경우가 많지만 개인 toy-project는 그냥 외부 CDN을 이용.

 

upload JUnit-test repo on github

 

*Spring boot와 AWS로 혼자 구현하는 Web service 책 참고.!

 


About new stuff

Learned about big data(python pandas)

Todo-list

'Footstep . 발자취' 카테고리의 다른 글

2020/04/03 Foot step  (0) 2020.04.03
2020/04/02 Foot step  (0) 2020.04.02
2020/03/31 Foot step  (0) 2020.03.31
2020/03/30 Foot step  (0) 2020.03.31
2020/03/28 Foot step  (0) 2020.03.30