본 포스팅은 백기선님의 스프링과 JPA 기반 웹 애플리케이션 개발 강의를 참고하여 작성하였습니다. 소스 코드는 여기 있습니다. (commit hash: 5adddca) > git clone https://github.com/lcalmsky/spring-boot-app.git > git checkout 5adddca ℹ️ squash merge를 사용해 기존 branch를 삭제하기로 하여 앞으로는 commit hash로 포스팅 시점의 소스 코드를 공유할 예정입니다. Overview 지역 관련 기능을 구현하고 테스트합니다. 엔드포인트 수정 SettingsController에 지역 관련 엔드포인트를 추가합니다. /src/main/java/io/lcalmsky/app/settings/controller/Sett..
소스 코드는 여기 있습니다. 문제는 여기 있습니다. Problem You are given an m x n binary matrix mat of 1's (representing soldiers) and 0's (representing civilians). The soldiers are positioned in front of the civilians. That is, all the 1's will appear to the left of all the 0's in each row. A row i is weaker than a row j if one of the following is true: The number of soldiers in row i is less than th..
소스 코드는 여기 있습니다. 문제는 여기 있습니다. Problem Given an array of integers nums which is sorted in ascending order, and an integer target, write a function to search target in nums. If target exists, then return its index. Otherwise, return -1. You must write an algorithm with O(log n) runtime complexity. Example 1: Input: nums = [-1,0,3,5,9,12], target = 9 Output: 4 Explanation: 9 exists in nums and its i..
소스 코드는 여기 있습니다. 문제는 여기 있습니다. Problem A company is planning to interview 2n people. Given the array costs where costs[i] = [aCosti, bCosti], the cost of flying the ith person to city a is aCosti, and the cost of flying the ith person to city b is bCosti. Return the minimum cost to fly every person to a city such that exactly n people arrive in each city. Example 1: Input: costs = [[10,20],[30,200..
- Total
- Today
- Yesterday
- intellij
- spring boot jwt
- JSON
- 알고리즘
- Spring Data JPA
- spring boot application
- Java
- 함께 자라기
- 스프링 부트
- r
- 스프링 부트 애플리케이션
- proto3
- @ManyToOne
- Spring Boot JPA
- leetcode
- JPA
- 헥사고날 아키텍처
- Linux
- Spring Boot
- Spring Boot Tutorial
- spring boot app
- QueryDSL
- gRPC
- 함께 자라기 후기
- 스프링부트
- 스프링 부트 회원 가입
- 스프링 데이터 jpa
- 클린 아키텍처
- 스프링 부트 튜토리얼
- Jackson
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |