반응형
반응형
Error 웹 서버를 실행시키지 못함 *************************** APPLICATION FAILED TO START *************************** Description: Web application could not be started as there was no org.springframework.boot.web.servlet.server.ServletWebServerFactory bean defined in the context. Action: Check your application's dependencies for a supported servlet web server. Check the configured web application type. Proce..
Error Executing ':Main.main()'... Starting Gradle Daemon... Gradle Daemon started in 667 ms > Task :compileJava FAILED Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.5.1/userguide/comma..
예제 파일 https://github.com/luvris2/spring-boot-jap-nativequery GitHub - luvris2/spring-boot-jap-nativequery Contribute to luvris2/spring-boot-jap-nativequery development by creating an account on GitHub. github.com 서론 JPA로 CRUD말고 함수나 프로시저 호출은 어떻게 해야하지? 사용 환경 IDE : IntelliJ Java : Open JDK 17 Project : Grade DB : SSMS (MS-SQL) DB Management : JPA 프로젝트 설정 MS-SQL / JPA 라이브러리 추가 build.grade - dependen..
패키징이란? (Pakaging) 배포 및 배포를 위한 자바 응용 프로그램, 라이브러리 및 리소스의 배포 가능한 패키지를 만드는 프로세스 애플리케이션을 실행하는데 필요한 모든 파일과 리소스를 포함하는 구조화된 아카이브를 만드는 것 포함 자바에서 가장 일반적인 유형의 패키징은 JAR와 WAR 존재 JAR : 자바 라이브러리와 독립형 응용 프로그램 패키징 WAR : 자바 기술로 빌드된 웹 응용 프로그램 패키징 Jar (Java Archive) 자바 라이브러리와 애플리케이션을 패키지화하고 배포하는데 사용 컴파일된 자바 클래스와 라이브러리, 메타데이터 및 이미지, 사운드, 텍스트 파일과 같은 리소스 독립형 자바 응용 프로그램뿐만 아니라 다른 자바 프로그램에서 사용할 수 있는 라이브러리 파일에도 사용 War (We..
서론 더보기 매번 프로그래밍하면서 문득 이런 생각이 들었다. 데이터베이스를 연동할 때 쓰는 것은 많은데 이게 대체 뭘까?... 사용하기 급급해서 이해 자체를 제대로 못한 체 여태 사용만 한 것 같아서 찾아보았다. ORM (Object-Relational Mapping) 객체 지향 프로그래밍 개념을 관계형 데이터베이스 모델에 매핑할 수 있는 프로그래밍 기술 즉, 객체와 데이터베이스 간 변환을 처리하므로 객체를 사용하여 데이터베이스 상호작용 SQL문을 직접 작성하지 않고 객체로 작업할 수 있는 추상화 계층 제공 SQL 및 데이터베이스 스키마의 복잡성을 처리않고 객체 지향 방식으로 데이터 작업 수행 데이터베이스 테이블을 나타내는 클래스와 해당 테이블의 행을 나타내는 객체 정의 대표적인 프레임워크로는 하이버네이..
Error 특정 뷰를 설정하고 해당 페이지로 이동하려니 다음과 같은 에러가 출력 ERROR [nio-8081-exec-5] org.thymeleaf.TemplateEngine [THYMELEAF][http-nio-8081-exec-5] Exception processing template "~~~": Error resolving template [~~~], template might not exist or might not be accessible by any of the configured Template Resolvers org.thymeleaf.exceptions.TemplateInputException: Error resolving template [~~~], template might not e..