묻고 답해요
148만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
해결됨자바와 스프링 부트로 생애 최초 서버 만들기, 누구나 쉽게 개발부터 배포까지! [서버 개발 올인원 패키지]
배포 질문!!
안녕하세요 강의 잘 듣고 있습니다!!강의에서 배포를 위해 Java, git, mysql 이렇게 세가지 프로그램을 설치했는데 만약 데이터베이스를 oracle을 사용한다면 mysql이 아닌 oracle을 설치하면 되는걸까요?? 그리고 스프링부트의 dependencies를 통해 여러가지 라이브러리들이 자동으로 설치되는데 jar파일을 EC2에서 실행하면 자동으로 똑같이 라이브러리들(mybatis, websocket 등등)이 설치되는게 맞는걸까요?? 한번 시도해보고 싶어서 질문 드립니다!!
-
미해결호돌맨의 요절복통 개발쇼 (SpringBoot, Vue.JS, AWS)
스프링부트 3.0.2 querydsl + rest docs + propoerties
스프링부트 3.0.2로 따라하고 계신분들을 위한 공유입니다.queryDSLimplementation 'com.querydsl:querydsl-jpa:5.0.0:jakarta' annotationProcessor "com.querydsl:querydsl-apt:${dependencyManagement.importedProperties['querydsl.version']}:jakarta" annotationProcessor "jakarta.annotation:jakarta.annotation-api" annotationProcessor "jakarta.persistence:jakarta.persistence-api"Spring REST Docsext { asciidocVersion = "3.0.0" }버전을 3.0.0으로 지정application.propertiesspring.h2.console.enabled=true spring.datasource.url=jdbc:h2:mem:test spring.datasource.driver-class-name=org.h2.Driver spring.datasource.username=sa spring.datasource.password=
-
해결됨자바와 스프링 부트로 생애 최초 서버 만들기, 누구나 쉽게 개발부터 배포까지! [서버 개발 올인원 패키지]
45강 질문
안녕하세요 강의 잘 듣고 있습니다~44강까지는 잘 따라가서 mysql까지 설치를 완료 했는데git clone https://github.com/kgm7642/library-app.git 명령어를 입력하니까-bash: git: command not found 오류가 뜨는데 어떻게 해결하면 좋을까요..??
-
해결됨자바와 스프링 부트로 생애 최초 서버 만들기, 누구나 쉽게 개발부터 배포까지! [서버 개발 올인원 패키지]
38강 추가 질문
이전 문제는 application.yml 파일 오타가 문제였습니다... h2데이터베이스로 실행은 완료했는데 브라우저에서 h2 홈페이지에 접속해서 connect를 누르면이런 오류가 발생하는데 어떻게 해결하면 될까요..???
-
미해결자바와 스프링 부트로 생애 최초 서버 만들기, 누구나 쉽게 개발부터 배포까지! [서버 개발 올인원 패키지]
mysql 설치...
rpm은 설치를 한거같은데 key가 안맞는거같네요..folder1 mysql57-community-release-el7-11.noarch.rpm.1folder2 mysql80-community-release-el7-5.noarch.rpmmysql57-community-release-el7-11.noarch.rpm mysql80-community-release-el7-5.noarch.rpm.1 Total size: 211 MDownloading packages:경고: /var/cache/yum/x86_64/2/mysql57-community/packages/mysql-community-libs-compat-5.7.41-1.el7.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID 3a79bd29: NOKEYRetrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql The GPG keys listed for the "MySQL 5.7 Community Server" repository are already installed but they are not correct for this package.Check that the correct key URLs are configured for this repository. Failing package is: mysql-community-libs-compat-5.7.41-1.el7.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
-
미해결자바와 스프링 부트로 생애 최초 서버 만들기, 누구나 쉽게 개발부터 배포까지! [서버 개발 올인원 패키지]
38강 질문
안녕하세요 강의 잘 듣고 있습니다. 강의를 듣다 질문이 있어서 글 남깁니다!profiles 설정을 할때 인텔리제이 무료 버전이라 add vm options 를 -Dspring.profiles.active=local 로 설정하면 local로 설정할 수 있다고해서 이런식으로 일단 profiles를 local로 설정했는데 홈페이지 실행 후 접속하니 mysql에서의 정보가 그대로 남아있습니다. local설정을 잘 했는데 h2에 연결이 안되는거 같은데 원인이 무었일까요? 그리고 h2사이트에 접속해 강의 내용대로 connect를 하니 접속이 안됩니다...
-
미해결AWS(Amazon Web Service) 입문자를 위한 강의
3-6 ppk 파일 열기
ppk파일을 열어주라고 하셨는데 파일을 여는 고시 안보여요ㅜㅜ 파일다운까지는 다 받아놨습니다.
-
미해결자바와 스프링 부트로 생애 최초 서버 만들기, 누구나 쉽게 개발부터 배포까지! [서버 개발 올인원 패키지]
MYSQL DB NAME : 한글 데이터 삽입 오류
안녕하세요.웹페이지 혹은 INSERT로 NAME 컬럼에한글 텍스트를 입력하면에러가 발생합니다.(영문, 숫자 텍스트는 정상)이유를 알 수 있을까요?
-
미해결자바와 스프링 부트로 생애 최초 서버 만들기, 누구나 쉽게 개발부터 배포까지! [서버 개발 올인원 패키지]
서버 실행 오류 질문
안녕하세요.서버 실행 후, 이러한 에러 메시지가 발생하는데해결책을 알 수 있을까요?코드상 문제는 없어보이는데... 난해하네요.
-
미해결자바와 스프링 부트로 생애 최초 서버 만들기, 누구나 쉽게 개발부터 배포까지! [서버 개발 올인원 패키지]
리눅스 mysql systemctl status 오류
sudo systemctl status mysqldUnit mysqld.service could not be found. 계속 시도해보는데 여기서 막히네요ㅠ
-
미해결AWS(Amazon Web Service) 입문자를 위한 강의
사용자 추가 엑세스 키가 생성되지 않습니다.
안녕하세요! 수업을 그대로 따라하는 도중 IAM실습에서 엑세스 키 유형 선택칸이 뜨지 않고, 그냥 진행하면 엑세스 키가 생성되지 않습니다... 일단 이 부분만 그대로 두고 진행하였는데 나중에 문제가 될까요?? 그리고 수업과 진행 화면이 달라서 엑세스 키를 생성하려면 어떻게 해야하는지 궁금합니다!
-
미해결자바와 스프링 부트로 생애 최초 서버 만들기, 누구나 쉽게 개발부터 배포까지! [서버 개발 올인원 패키지]
[spring data JPA] save()에 대해 궁금한 점이 있습니다.
public void updateUser(UserUpdateRequest request) { User user = userRepository.findById(request.getId()) .orElseThrow(IllegalArgumentException::new); user.updateName(request.getName()); userRepository.save(user); }안녕하세요.강의를 듣다가 save() 메서드에 대해 궁금한 점이 있어서 작성하게 되었습니다.updateUser() 메서드에서 파라미터 id 값을 통해 해당되는 객체를 불러온 뒤,updateName() 메서드를 통해 이름을 변경한 다음, save() 메서드를 통해 저장한다고 이해했습니다. 여기서 save() 메서드를 통해 DB에 저장할 때 변경하기 이전에 저장했던 데이터의 id값이 겹치지 않고 실행이 되는건가요?
-
미해결지금 당장 데브옵스 AWS
npm install , npm run serve 실행시 에러메세지
에러메세지는 아래와 같습니다.PS C:\Users\esc0\Desktop\saju\saju-frontend-vuejs> npm install npm ERR! code ERESOLVEnpm ERR! ERESOLVE could not resolvenpm ERR!npm ERR! While resolving: @vue/cli-plugin-eslint@5.0.8npm ERR! Found: eslint@6.8.0npm ERR! node_modules/eslintnpm ERR! dev eslint@"^6.7.2" from the root projectnpm ERR! peer eslint@">= 4.12.1" from babel-eslint@10.1.0npm ERR! node_modules/babel-eslintnpm ERR! dev babel-eslint@"^10.1.0" from the root projectnpm ERR! 2 more (eslint-plugin-vue, vue-eslint-parser)npm ERR!npm ERR! Could not resolve dependency:npm ERR! peer eslint@">=7.5.0" from @vue/cli-plugin-eslint@5.0.8npm ERR! node_modules/@vue/cli-plugin-eslintnpm ERR! dev @vue/cli-plugin-eslint@"^5.0.8" from the root projectnpm ERR!npm ERR! Conflicting peer dependency: eslint@8.33.0npm ERR! node_modules/eslintnpm ERR! peer eslint@">=7.5.0" from @vue/cli-plugin-eslint@5.0.8npm ERR! node_modules/@vue/cli-plugin-eslintnpm ERR! dev @vue/cli-plugin-eslint@"^5.0.8" from the root projectnpm ERR!npm ERR! Fix the upstream dependency conflict, or retrynpm ERR! this command with --force or --legacy-peer-depsnpm ERR! to accept an incorrect (and potentially broken) dependency resolution.npm ERR!npm ERR!npm ERR! For a full report see:npm ERR! C:\Users\esc0\AppData\Local\npm-cache\_logs\2023-02-09T13_43_38_155Z-eresolve-report.txtnpm ERR! A complete log of this run can be found in:npm ERR! C:\Users\esc0\AppData\Local\npm-cache\_logs\2023-02-09T13_43_38_155Z-debug-0.logPS C:\Users\esc0\Desktop\saju\saju-frontend-vuejs> PS C:\Users\esc0\Desktop\saju\saju-frontend-vuejs> npm run serve > saju-frontend-vuejs@0.1.0 serve> vue-cli-service serveINFO Starting development server...ERROR Failed to compile with 2 errors 오후 10:47:30[eslint] ESLint is not a constructorYou may use special comments to disable some warnings.Use // eslint-disable-next-line to ignore the next line.Use /* eslint-disable */ to ignore all warnings in a file.Error: Child compilation failed:[eslint] ESLint is not a constructor - child-compiler.js:169[saju-frontend-vuejs]/[html-webpack-plugin]/lib/child-compiler.js:169:18 - Compiler.js:551 finalCallback[saju-frontend-vuejs]/[webpack]/lib/Compiler.js:551:5 - Compiler.js:577[saju-frontend-vuejs]/[webpack]/lib/Compiler.js:577:11 - Compiler.js:1196[saju-frontend-vuejs]/[webpack]/lib/Compiler.js:1196:17 - task_queues:95 processTicksAndRejectionsnode:internal/process/task_queues:95:5 - task_queues:64 runNextTicksnode:internal/process/task_queues:64:3- timers:447 process.processImmediatenode:internal/timers:447:9ERROR in [eslint] ESLint is not a constructorERROR in Error: Child compilation failed:[eslint] ESLint is not a constructor - child-compiler.js:169[saju-frontend-vuejs]/[html-webpack-plugin]/lib/child-compiler.js:169:18 - Compiler.js:551 finalCallback[saju-frontend-vuejs]/[webpack]/lib/Compiler.js:551:5 - Compiler.js:577[saju-frontend-vuejs]/[webpack]/lib/Compiler.js:577:11 - Compiler.js:1196[saju-frontend-vuejs]/[webpack]/lib/Compiler.js:1196:17 - task_queues:95 processTicksAndRejectionsnode:internal/process/task_queues:95:5 - task_queues:64 runNextTicksnode:internal/process/task_queues:64:3 - timers:447 process.processImmediatenode:internal/timers:447:9 1 ERROR in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)webpack compiled with 3 errors
-
미해결자바와 스프링 부트로 생애 최초 서버 만들기, 누구나 쉽게 개발부터 배포까지! [서버 개발 올인원 패키지]
어노테이션에 대해서
안녕하세요 강의 잘 듣고 있습니다!!강의를 듣다가 궁금해서 질문 남깁니다.Controller와 Service 연결할때와 Service와 Repository를 연결할때 사용하는 @Autowired는 사용하지 않아도 자동으로 연결이 되는건가요??Service클래스와 Repository클래스 위에 @Service, @Repository 어노테이션을 사용할떄도 있고 이번 강의처럼 사용하지 않을떄도 있는데 아직까지 차이점을 모르겠습니다.
-
미해결자바와 스프링 부트로 생애 최초 서버 만들기, 누구나 쉽게 개발부터 배포까지! [서버 개발 올인원 패키지]
15강 질문 남깁니다!
안녕하세요 선생님!15강의 jdbcTemplate.query(readSql, (rs, rowNum) -> 0, request.getID()).isEmpty();위 문장에 대해서 질문이 있습니다!(rs, rowNum) -> 0 에서 rowNum이 무엇을 뜻하는 건지 알 수 있을까요?
-
미해결비전공자를 위한 풀스택 맛집지도 만들기 프로젝트!: Front, Back-end 그리고 배포까지
WinSCP 연결 에러
"PM2를 활용한 무중단 배포"까지 진행하고 인스턴스는 현재 실행 중입니다.이 상태를 모르고 로컬에서 VSCode로 node index.js명령을 실행했습니다.그 후에 인스턴스를 중지할려고 WinSCP를 접속할려고 하는데 연결이 계속 거부되고 있습니다.. 서브에 연결할 수 있는 다른 방법은 없을까요?일시적인 현상인 줄 알고 몇 일 기다렸다가 다시 시도해도 연결이 안됩니다,,
-
미해결자바와 스프링 부트로 생애 최초 서버 만들기, 누구나 쉽게 개발부터 배포까지! [서버 개발 올인원 패키지]
인텔리제이 에러 Syntax error in SQL statement 도와주세요.
안녕하세요. 최태현 강사님. 설명도 친절하게 잘 해주셔서 재밌게 따라가고 있는데 실습하려고 실행시켜보니까 이런 에러가 뜹니다. 어떻게 해결해야하는지 잘 모르겠어요ㅠㅠㅠ도와주세요.
-
미해결지금 당장 데브옵스 AWS
3-3) 대상 그룹 생성 관련 문의
대상 그룹 설정 시 ecs로 배포된 private ip를 직접 입력해야 domain으로 통신이 가능한데 어떤 부분을 놓친건지 모르겠습니다 지도 부탁드립니다
-
미해결처음 시작하는 Infrastructure as Code: AWS & 테라폼
6강 수업 중 2가지 질문 드립니다.
안녕하세요, 수강중인 학생입니다.강의 실습중에 놓친 부분이 있는 것 같아 질문드립니다.s3.tf 생성 후에 terraform apply 시 Error creating S3 bucket: BucketAlreadyExists 이 발생합니다.최초로 apply 한건데도 이런 에러가 발생한게 의아한데, 또 terraform.tfstate 파일은 현재 시간 기준 신규로 생성되어 있어서 문의드립니다. 추가로 aws s3 ls 커맨드 작성 시 해당 내용을 추가했음에도 아무것도 출력되지 않는건 어떤 연동에서 문제를 일으키는걸까요..?ㅜㅜ
-
미해결자바와 스프링 부트로 생애 최초 서버 만들기, 누구나 쉽게 개발부터 배포까지! [서버 개발 올인원 패키지]
13강 3분 44초
선생님 yml파일이 아이콘이 나뭇잎으로 안바뀝니다..그리고 Driver 단어도 컨트롤 누르고 타고 들어가지지가 않아요.. 선언되어 있지 않다고 뜹니다..