Category Archives: Spring Boot
Feign Client
@Repository 는 언제 필요한가
Projections 의 객체 생성방법 3가지
MapStruct : interface to Dto
MapStruct : interface to Dto
interface
public interface ICardSaleInfo {
String getItemDiscountCardName();
BigDecimal getItemDiscountCardPrice();
BigDecimal
… 더보기 JAVA Json to POJO Class
json-simple 사용법
json-simple 사용법
의존성 추가
dependencies {
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
}
생성
JSONObject obj = new JSONObject();
… 더보기