일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 영속성 컨텍스트
- 백준
- HTML
- BFS
- 레디스
- PYTHON
- CSS
- Docker
- 플로이드-워셜 알고리즘
- redis
- javascript
- 운영체제
- 프로그래머스
- DFS
- CS
- Algorithm
- It
- queue
- deque
- java
- 데이터베이스
- 자료구조
- OS
- Dijkstra
- Data structure
- 아키텍처
- 알고리즘
- db
- 완전탐색
- jpa
Archives
- Today
- Total
목록개발/트러블슈팅 (1)
If at first you don't succeed, try again
[트러블슈팅] Gradle 버전 문제
* 개요 프로젝트의 gradle을 설정하던 중, build가 되지 않는 문제가 발생했다. buildscript { ext { springBootVersion = '2.1.7.RELEASE' } repositories { mavenCentral() jcenter() } dependencies { classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") } } apply plugin: 'java' apply plugin: 'eclipse' apply plugin: 'org.springframework.boot' apply plugin: 'io.spring.dependency-management' group 'org..
개발/트러블슈팅
2023. 10. 5. 18:10