SpringBoot/개인정리2 [springboot] DTO vs VO * DTO vs VO - DTO(Data Transfer Object)는 애플리케이션내의 각 계층간 데이터를 주고 받는데 사용되는 객체(JPA 같은데서) - VO(Value Object)는 화면으로 보낼때.. 사용자의 필요에 따라 임의 값이 들어가기도 하는것 같다. 2023. 5. 3. [springboot] @SpringBootApplication * @SpringBootApplication - @SpringBootConfiguration + @ComponentScan + @EnableAutoConfiguration - @EnableAutoConfiguration은 스프링부트 자동구성을 사용할때 exclude를 이용해서 특정한 자동구성을 사용하지 않도록 할수 있다 2023. 4. 28. 이전 1 다음