docker toolbox 실행 시 아래와 같은 에러가 나오면Error with pre-create check: "This computer is running Hyper-V. VirtualBox won't boot a 64bits VM when Hyper-V is activated. Either use Hyper-V as a driver cmd 관리자 권한에서 아래 명령어 입력 후 재부팅 하기bcdedit /set hypervisorlaunchtype off

1. cmd 관리자로 열고 2. tomcat 설치된 파일의 bin 폴더로 이동 => cd 경로3. service.bat install tomcat10 해결 실행하면 정상적으로 실행됨.

이와 에러가 나오면 대부분 이거다.#in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: Error resolving template [/info/management/resource/equipment], template might not exist or might not be accessible by any of the configured Template Resolvers] with root cause #return에 /search/search로 되어 있는걸 아래로 바꾸기./search/search로 들어가 있으면 위와 같은 에러 나옴.

springboot jar 파일 배포 후에 java -jar 시 에러가 나왔다. manifest 에러 등, not found main class 에러가 나왔다해결 안되다가, 다른 방법을 찾게 되었다. intellij에서 우측에 을 이용해줬었는데 에러가 나왔다. 그래서 인터넷 찾아보다가# 난 아래처럼 해결됨터미널에 mvn package로 jar 파일 만들어라고 해서 해보니 manifest, not found main class위와 같은 에러가 나오지 않았다.. 이걸 해결 이라고 할 수 있는지는 모르겠지만,java -jar proejct.jar 은 실행이 잘 된다. 다른 방법도 왜 안되는지는 이유를 찾아야한다. # 또 다른 프로젝트는 우측 jar:jar로 안만들어지다가 artifactId plugin v..