본문 바로가기

두두의 IT/Trouble Shooting

(10)
[IntelliJ] Enable annotation processing 최초 구동 시 아래와 같은 경고창이 발생할 수 있는데, Enable annotation processing 을 눌러준다. 위의 경고창이 뜨지 않을 경우 File > Settings > Build, Execution, Deployment > Compiler > Annotation Processors > Enbale annotation processing 체크
IntelliJ + Spring Boot "Process finished with exit code 0" https://jyj98020.tistory.com/130 IntelliJ를 활용한 스프링 부트 프로젝트 환경설정 1. h2 데이터베이스 1.4.200 버전 다운로드 https://www.h2database.com/html/download-archive.html Archive Downloads www.h2database.com 2. java 11 버전. exe 다운로드 https://www.oracle.com/java/technolo.. jyj98020.tistory.com 새로 프로젝트 만들어야 해서 내꺼 보고 따라했는데,, 새로운 오류가 나오네? . . . No active profile set, falling back to 1 default profile: "default" Process finis..
IntelliJ + Spring Boot + Postgresql 오류 [오류1] The connection attempt failed The Specified database user/password combination is rejected Spring Boot에 DB 연결이 안된다... 그동안 gradle만 써서 application.properties에 있는 내용을 DB랑 연결하면 잘만 됐는데 왜 maven은 안되는거야!!! 아무리 연결을 다양하게 시도해도 이상한 오류만 나오고 ㅠㅠ 분명히 host, user, pw, db이름에 문제가 있는거 같은데... 전 개발자님들은 아무 문제가 없다고 하고..... DB에 직접 접속해보라는데 그걸 어떻게 해요 ,,? 내가 직접 통화한게 아니어서 물어보지도 못하고.. (지금은 스스로 터득함) 아님 서버를 새로 만들라고 하신다. D..
IntelliJ + Spring Boot + Maven QClass 오류 해결 오류. QClass가 import 되지 않고 빨간색이었음 (지금은 오류 해결한 상태) 해결 방법 1. pom.xml에 아래와 같이 설정 com.querydsl querydsl-jpa com.querydsl querydsl-apt provided org.eclipse.jdt.core.compiler ecj com.querydsl querydsl-sql 4.1.4 com.querydsl querydsl-sql-spring 4.1.4 org.springframework.boot spring-boot-maven-plugin 2.4.4 com.mysema.maven apt-maven-plugin 1.1.3 process target/generated-sources/java com.querydsl.apt.jpa.J..
IntelliJ에서 xxx.jsp 직접 실행 오류 문제 Please, configure Web Facet first! 해결방법 1. File > Project Structure > Project Settings > Facets > Add > Web
Tomcat v8_log 한글 깨짐 해결 오류 증상 해결방법 앞경로\apache-tomcat-8.5.78\conf\logging.properties UTF-8을 EUC-KR로 모두 바꾸기 해결
IntelliJ Spring Boot Run 버튼 비활성화 됐을 때 오류1. Run 불가 해결방법. 톰캣 설치 후 intelliJ와 연동 0. Apache Tomcat 설치https://tomcat.apache.org/download-80.cgi Apache Tomcat® - Apache Tomcat 8 Software Downloads Welcome to the Apache Tomcat® 8.x software download page. This page provides download links for obtaining the latest versions of Tomcat 8.x software, as well as links to the archives of older releases. Unsure which version you need? Specification..
[Postgresql] 작업 프로그램 / 설치 오류 Postgresql은 SQL Shell (psql)에서 작업할 수 있다! 서버, 데이터베이스, 포트, 사용자명을 기본 정보로 하고 싶으면 그냥 'Enter'를 입력하면 되고, 암호만 설치할 때 지정한 암호를 입력해주면 된다. Postgresql을 설치할 때 다음과 같은 오류가 뜨면 .. There has been an error. An error occured executing the Microsoft VC++ runtime installer. 본인의 다운로드 디렉토리, 설치버전에 따라 --install_runtimes 0을 붙여 실행해주면 된다! > cd C://Users/Users/Downloads//Postgresql.exe이 설치된 디렉토리로 경로 이동 > postgresql-9.6.24-1-wi..

LIST