일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- CS
- Algorithm
- BFS
- redis
- 레디스
- 캐싱
- jpa
- nosql
- 알고리즘
- It
- OS
- 플로이드-워셜 알고리즘
- deque
- 백준
- javascript
- DFS
- PYTHON
- 아키텍처
- CSS
- Data structure
- 완전탐색
- Dijkstra
- java
- 데이터베이스
- db
- 프로그래머스
- 영속성 컨텍스트
- 운영체제
- 자료구조
- HTML
Archives
- Today
- Total
목록springframework (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