freelec-springboot2-webservice icon indicating copy to clipboard operation
freelec-springboot2-webservice copied to clipboard

Results 100 freelec-springboot2-webservice issues
Sort by recently updated
recently updated
newest added

기존에 올라온 질문이 아닌지 먼저 검색해주세요! ### 어떤 오류인가요? p310페이지까지 진행후, curl localhost:808에서 부터 막히고 있습니다ㅠ p306의 8080 포트 뜨는것까진 어찌저찌 성공했었구요 (308p)RDS테이블생성 완료, 309p application-real.properties ![image](https://user-images.githubusercontent.com/77484084/190351563-f879aa95-7a42-4ad0-b939-24d104874644.png) 309p application-real-db.properties ![image](https://user-images.githubusercontent.com/77484084/190351771-2967ced5-7462-439c-b155-931677f68acb.png)...

실습오류
질문

### 어떤 오류인가요? 오류 설명: **curl: (7) Failed to connect to localhost port 93 after 0 ms: Connection refused** ### 프로젝트 주소 * Github URL: https://github.com/Mederng/good ### 오류 로그 어떤...

실습오류
질문

기존에 올라온 질문이 아닌지 먼저 검색해주세요! ## 가장 자주 나온 제보 * [P.105 @PutMapping("/api/v1/posts")](https://github.com/jojoldu/freelec-springboot2-webservice/issues/6) * [P.111 Posts.update](https://github.com/jojoldu/freelec-springboot2-webservice/issues/15) ### 어떤 오류인가요? 오류설명: 내 PC에서 RDS접속하기 하는중에 InteliJ로 DB Connection 맺은 후...

실습오류
질문

혼자 에러 찾다가 너무 스트레스 받아서 올려봅니다. 도움 부탁드립니다. ### 어떤 오류인가요? 오류설명: deploy.sh를 수행하면 내장 톰캣을 수행할 수 없다고 나옵니다. 오타도 없이 모두 다 잘 작성했는데, 안되네요. 도움 부탁드립니다....

실습오류
질문

기존에 올라온 질문이 아닌지 먼저 검색해주세요! ## 가장 자주 나온 제보 * [P.105 @PutMapping("/api/v1/posts")](https://github.com/jojoldu/freelec-springboot2-webservice/issues/6) * [P.111 Posts.update](https://github.com/jojoldu/freelec-springboot2-webservice/issues/15) ### 어떤 오류인가요? 오류설명: deploy.sh 실행후 nohup.out을 확인해 보면 tomcat이 실행이 안되는 것...

실습오류
질문

### 어떤 오류인가요? 오류설명: **구글 로그인 시, 아이디가 내 계정의 이름이 아닌 '1'로만 나옴** ### 프로젝트 주소 * Github URL: https://github.com/Mederng/good ### 오류 로그 ![image](https://user-images.githubusercontent.com/83068670/206853760-968ccb53-1416-42ee-90ab-f7db36642aa8.png) 데이터베이스엔 들어갔습니다. ![image](https://user-images.githubusercontent.com/83068670/206884317-8d4e6b89-dc2b-4de7-8d6a-b8febde1c193.png)

실습오류
질문

기존에 올라온 질문이 아닌지 먼저 검색해주세요! ## 가장 자주 나온 제보 * [P.105 @PutMapping("/api/v1/posts")](https://github.com/jojoldu/freelec-springboot2-webservice/issues/6) * [P.111 Posts.update](https://github.com/jojoldu/freelec-springboot2-webservice/issues/15) ### 어떤 오류인가요? 오류설명: h2 class path 오류 ![image](https://user-images.githubusercontent.com/83068670/206597281-f64b9ebd-7561-412e-b83c-1d078a2dbef0.png) ### 프로젝트 주소 Github에...

실습오류
질문

기존에 올라온 질문이 아닌지 먼저 검색해주세요! ### 어떤 오류인가요? 오류설명: Junit 설정 꼬임 문제인것 같은데, 테스트 실행이 안됩니다. ### 프로젝트 주소 Github에 오류가 난 프로젝트를 올려주세요. **Github 주소를 작성해주지 않으시면...

실습오류
질문

### 어떤 오류인가요? ec2에서 ./gradlew test진행시 5개 테스트에서 이런 에러가 뜨네요. 5장의 Security 적용하기 까진 무사히 마쳤습니다 h2 콘솔 사용 대신 MySQL Workbench 를 사용해서 좀 다르긴 하지만 질문해봅니다 ###...

실습오류
질문

책에서는 Amazon Linux 1인데 서비스 종료인것으로 압니다. Amazon Linux 2는 Hostname rename 명령어가 달라서 공유해봅니당.. [as-is] $ sudo vim /etc/sysconfig/network [to-be] $ sudo hostnamectl set-hostname springboot-webservice $ sudo reboot