배운 것

- Controller를 통해 doWrite의 URL을 통해 들어오는 경우와 jsp 페이지 자체를 URL을 통해 들어오는 두 경우를 모두 고려한다면, Controller에서의 파라미터 체크와 jsp에서의 JavaScript를 통한 파라미터 체크 둘 다 필요하다.
- init 생성자 내부에서 호출되는 것들은 init 생성자가 호출될 때까지 보류된다. (순환 참조를 방지하는 방법)
- Spring Boot DevTools가 제공하는 기능
  - Propery defaults
  - Automatic restart
  - Live reload
  - Global settings
  - Remote applications

 

- preparedStatement에 대해서

'Records' 카테고리의 다른 글

2021-07-31 ( Spring Boot )  (0) 2021.08.01
2021-07-30 ( Spring Boot )  (0) 2021.08.01
2021-07-27 ( Spring Boot )  (0) 2021.08.01
2021-07-26 ( Spring Boot )  (0) 2021.08.01
2021-07-20 ( JSP )  (0) 2021.07.21

+ Recent posts