spring boot

스프링부트 어플리케이션 실행 시 뜨는 로그 분석추가한 의존성Spring Web:  가장 기본적으로 Spring MVC 기반의 REST API 혹은 웹 페이지 반환을 위한 Tomcat서버Lombok: 불 필요한 Java 코드 작성을 최소화하기 위한 어노테이션 기반 코드 자동 생성기Thymeleaf: Spring 에서 웹 페이지를 만들어 클라이언트에게 서빙하려 사용하는 서버사이드 템플릿 엔진 Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext (2가지 존재)Servlet (Web) Applicationcontext: 서블릿에서만 이용되는 Bean 에 대한 ContextDispatcherServlet이 직접 사용하는 컨트롤러..
오류@Transactionalpublic Files savefiles(FileUploadDTO file, MultipartFile newFile, Member member) throws Exception { if (member == null) { throw new BusinessException(CustomErrorCode.ACCESS_DENIED); } Files files = fileHandler.parseFileInfo(file, newFile, member); if (files == null) { //파일이 없을 경우: 클라이언트 측에서 파일 데이터가 없을 경우 throw new BusinessException(CustomErrorCode.NO..
hapBday
'spring boot' 태그의 글 목록