SEONGUK KANG

Results 4 issues of SEONGUK KANG

안녕하세요. 너무 질문을 많이 드리는 건 아닌지 죄송하네요 ㅠㅠ 저도 이번 프로젝트를 @cheese10yun 님이 작성하신 방법으로 Domain 별로 패키징을 해서 코드를 작성하고 있는데요, 하지만 제가 하고 있는 프로젝트의 경우, db를...

안녕하세요, @cheese10yun 님 spring-guide 프로젝트를 보다가 GlobalExceptionHandler의 Return 값을 ResponseEntity로 감싸는 구조에 대해서 의문이 들어서 @cheese10yun 님의 의견을 듣고 싶어 이렇게 여쭤봅니다... 왜냐하면 ErrorResponse 자체의 status 값이 ResponseEntity 값의 status...

```java @JsonFormat(shape = JsonFormat.Shape.OBJECT) @Getter public enum ErrorCode { // Common INVALID_INPUT_VALUE(400, "C001", "Invalid input value"), METHOD_NOT_ALLOWED(405, "C002", "Method not allowed"), ENTITY_NOT_FOUND(400, "C003", "Entity is not found"), INTERNAL_SERVER_ERROR(500, "C004", "Server...

Hi, thank you for this useful service. can i get how to change the each schdule bar color? if possible, could you give me an example? app:sticker_colors="@array/~"