반응형
반응형
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..
STS4로 스프링부트 연습하다가 IntelliJ로 바꾸니 페이지가 새로고침이 안되길래 찾아보았다.알아보니 인텔리제이는 기본적으로 새로고침이 미설정으로 되어있어서 설정해줘야 한다고 하더라... 인텔리제이 자동 새로고침 설정IDE Settings(인텔리제이에서) File - Settings Build, Execution, Deployment - CompilerBuild project automatically 체크 Build, Execution, Deployment - Build Tools - GradleBuild and run using : IntelliJ IDEA 로 변경 Advanced SettingsAllow auto-make to start ~ 체크Project Settingsapplication.y..
Error 인텔리제이로 그레이들 프로젝트를 불러왔는데 다음과 같은 에러가 발생하였다. A problem occurred configuring root project 'example'. > Could not resolve all files for configuration ':classpath'. > Could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.0.2. Required by: project : > org.springframework.boot:org.springframework.boot.gradle.plugin:3.0.2 > No matching variant of org.springframework.boot:spring-boo..
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..