19년 WMS 회고록/Springboot (1) 썸네일형 리스트형 Springboot springboot 특징 1. connection pool : hikariCP(DBCP library)는 스프링 부트 2.0부터 default JDBC connection pool이다. 2. 의존성 관리 : spring-boot dependencies에서 버전을 관리하는 의존성은 버전을 명시하지 않아도 된다. 하지만 springboot dependencies가 지원 안 해주는 의존성은 버전을 꼭 명시해줘야 한다. 3. @ConponentScan @Component 가 붙은 애노테이션들 : @Configuration @Repository @Service @Controller @RestController 가 붙은 class를 빈으로 등록해준다. 4. @Configuration : 자동 설정 파일로 붙여놓음... 이전 1 다음