
BeanCreationException이 발생한다.Error creating bean with name 'defaultServletHandlerMapping' defined in class path resource org/springframework/web/servle

책에 있는대로 maxActive를 10으로 설정했더니 경고가 떳음.maxIdle이 무엇인지, maxIdle과 maxActive는 무슨 관련이 있는지?스택오버플로우maxIdle 기본값이 100이라길래, setMaxActive(10)을 지워주면 경고가 사라진다.

PreparedStatementCreator, PreparedStatementCreatorFactory 무슨 차이가 있을까PreparedStatementCreatorFactory각각 다른 파라미터를 가지고, 여러 PreparedStatementCreator객체들을 효율

insert 메서드를 실행시키면 MEMBER 테이블에 값은 저장되지만 다음과 같은 SQLException이 발생했다.Generated keys not requested. You need to specify Statement.RETURN_GENERATED_KEYS to

데이터를 가진 객체, 일반적으로 DTO, VO를 모델이라고 함클라이언트나 서버에서 다루려는 정보를 모두 담을 수 있어야 함.모델은 뷰나 컨트롤러의 정보를 저장하지 않음.사용자에게 제공될 화면, UI, 예를 들면 html,css,javascript를 모아둔 것.보여줄 모