Skip to content

Commit

Permalink
[BE-REFACTOR] 포켓몬 정보를 불러오는 API (#263)
Browse files Browse the repository at this point in the history
* reafactor: 단일 포켓몬 조회 api명세서대로 주소 변경

* test: 포켓몬 정보가 지정된 개수만큼 저장된다

* test: 랜덤 포켓몬 이름 검

* refactor: 파일 위치 이동 및 repsonse 구현

* refactor: 더미 데이터로 단일 조회 리펙터링

* refactor: 응답 관련 dto 생

* refactor: 서비스단에서 응답 객체 생성

* refactor: 포켓몬 데이터 저장 객체 생성

* feat: 바이옴, 타입, 특성 이넘 구

* feat: 데이터 추가

* feat: 데이터 추가

* feat: 간이 데이터 추가

* refactor: 전체 포켓몬 덱스 번호 기준으로 반환

* feat: 폼 이름 추가

* chore: 커밋 시점 변경

* chore: 커밋 시점 변경

* chore: 커밋 시점 변경

* refactor: s3 이미지 URL 적용

* chore: 커밋 시점 변경

* feat: 진화체 응답 구현

* refactor: repository optinal 적용

* refactor: 포켓몬 데이터 저장할 때 스탯 파싱으로 변경

* refactor: 진화 응답에 depth추가

* chore:커밋 시점 변경

* chore: 서브모듈 커밋 시점 변경

* test
  • Loading branch information
dwax1324 authored Aug 21, 2024
1 parent bdc59a8 commit 0b1b12b
Show file tree
Hide file tree
Showing 38 changed files with 1,496 additions and 2,608 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "backend/pokerogue/src/main/resources"]
path = backend/pokerogue/src/main/resources
url = https://github.com/team-timmyroom/be-config.git
url = https://github.com/team-timmyroom/be-config
Binary file added backend/.DS_Store
Binary file not shown.

This file was deleted.

1,350 changes: 0 additions & 1,350 deletions backend/pokerogue/src/main/java/com/pokerogue/helper/global/config/pokemon.txt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public ResponseEntity<String> handleDataAccessException(DataAccessException e) {

@ExceptionHandler(NullPointerException.class)
public ResponseEntity<String> handleNullPointerException(NullPointerException e) {
log.error("error message : {}", e.getStackTrace()[0]);
log.error("error message : {}", e);

return ResponseEntity.status(HttpStatus.INTERNAL_SERVER_ERROR)
.body("Null Pointer 에러가 발생했습니다.");
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0b1b12b

Please sign in to comment.