2021. 4. 5. 01:42ㆍSpring Boot
1. 링크 들어가서 다운받기
자바에서 json 데이터 읽기, 자바 org.json.simple import 에러
import org.json.simple.JSONArray; import org.json.simple.JSONObject; import org.json.simple.parser.JSONParser; 여기서 빨간줄 날 때 json-simple 1.1 jar를 다운받아야 한다. 인터넷에 다운로드 링크가 한..
humahumahuma.tistory.com
2. 인텔리제이에 jar 추가
3. gradle 추가
soohyeon317.tistory.com/entry/gradle-%EA%B4%80%EB%A0%A8-dependency-%EC%84%A4%EC%A0%95
gradle 관련 dependency 설정
■ Gradle에서 Reactive Streams 라이브러리 추가 시 // https://mvnrepository.com/artifact/org.reactivestreams/reactive-streams compile group: 'org.reactivestreams', name: 'reactive-streams', versio..
soohyeon317.tistory.com
stackoverflow.com/questions/42433492/gradle-build-not-able-to-import-org-json#
Gradle build - not able to import org.json
I have a problem where I’m trying to include org.json as a dependency in my gradle/spring boot project. In my build.gradle I have dependencies { compile("org.springframework.boot:spring-boot-
stackoverflow.com
4. 인텔리제이 invalidate caches/ restart
'Spring Boot' 카테고리의 다른 글
[java] Map value 정렬 (0) | 2021.04.10 |
---|---|
스프링부트 @Scheduled 사용 (0) | 2021.04.08 |
[java] 리스트 선언, 리스트 null인지 확인 방법 (0) | 2021.03.30 |
[java] 두 날짜 사이 차이 계산 (0) | 2021.03.24 |
[java] string , date 타입간의 변환 (0) | 2021.03.24 |