bell_hana dev record

bell_hana dev record

  • 분류 전체보기 (47)
    • 알고리즘 & 자료구조 (2)
      • 그래프 (2)
    • 개인 공부 (13)
      • 코딩테스트 (13)
    • 프로그래밍(Backend) (17)
      • Java (2)
      • Spring Boot (6)
      • Spring Security (0)
      • Spring Batch (9)
    • 프로그래밍(Frontend) (1)
      • Flutter (1)
      • Vue (0)
    • 데이터베이스 (1)
      • Oracle (0)
      • Mysql (1)
      • MariaDB (0)
      • Postgresql (0)
      • Firebase Firestore Database (0)
    • Devops (4)
      • Docker (4)
      • Kubernetes (0)
      • Jenkins (0)
    • 개발 플랫폼 (9)
      • Git (0)
      • AWS (7)
      • Google Cloud Platform (0)
      • Naver 개발자 센터 (0)
      • Open Api (1)
      • 유용한 정보들 (1)
  • 홈
  • 태그
  • 방명록
  • Github
RSS 피드
로그인
로그아웃 글쓰기 관리

bell_hana dev record

컨텐츠 검색

태그

HTTP springboot k8s 그래프 업비트 jwt cicd Spring Batch RDS AWS 코딩테스트 GetX 백준 restapi 프로그래머스 selenium UPbit mysql eks docker

최근글

댓글

공지사항

아카이브

restapi(3)

  • [JAVA] REST api와 http를 통해 json데이터 요청

    업비트 마켓 리스트데이터가 필요하여 api를 요청했다. URL = 요청하고자 하는 api주소 setRequestMethod = 요청의 종류(Post, Get 등) 코인리스트를 stringbuffer를 통해 jsonArray에 담아 반환하였다.

    2024.04.10
  • [RestApi] Versioning 버전 관리 방법

    1. URI versioning http://localhost:8080 /v1/person http://localhost:8080 /v2/person @GetMapping("/v1/person") public PersonV1 getFirstVersionOfPerson() { return new PersonV1("Bob Charlie"); } @GetMapping("/v2/person") public PersonV2 getSecondVersionOfPerson() { return new PersonV2(new Name("Bob", "Charlie")); } 2. Request Parmeter versioning http://localhost:8080/person?version=1 http://localho..

    2024.03.19
  • [RestApi] 유효성 검사(spring-boot-starter-validation)

    Add Dependency Gradle implementation 'org.springframework.boot:spring-boot-starter-validation' Maven org.springframework.boot spring-boot-starter-validation 사용 어노테이션 : @Valid, @Size, @PastOrPresent @Valid : 유효성 검사를 원하는 Entity 앞에 작성 @PostMapping("/users") @ResponseBody public ResponseEntity createUser(@Valid @RequestBody User user) { User saveUser = service.save(user); URI location = ServletUriCo..

    2024.03.19
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바