Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- spring security
- javascript 함수
- react jsx if
- springbatch
- Spring JPA
- spring builder
- Javascript
- 코드 중복제거
- JPA Update\
- Spring Controller return
- react react-router-dom v6
- SpringBatch 스키마
- springbatch chunk
- react quill custom
- 텍스트가 많은 경우
- Spring CORS
- Spring DTO
- javascript 기초
- Docker Windows 설치
- Spring Entity
- react
- javascrpit 기초
- react forwardRef
- JPA Insert
- react Quill
- step 테이블
- editor Quill
- react link
- react Page
- spring
Archives
- Today
- Total
목록Gson (1)
천천히 알아보는 코딩공부
[JAVA] Gson 예제 1
Json -> Java List 변형할 Json { "client": "127.0.0.1", "servers": [ "8.8.8.8", "8.8.4.4", "156.154.70.1", "156.154.71.1" ] } import java.util.ArrayList; import com.google.gson.Gson; import com.google.gson.JsonArray; import com.google.gson.JsonObject; import com.google.gson.JsonParser; public class Test { static String str = "{ "+ "\"client\":\"127.0.0.1\"," + "\"servers\":[" + " \"8.8.8.8\"," + " \..
Java/예제
2022. 6. 7. 17:12