일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- OS
- 완전탐색
- java
- websocket
- 알고리즘
- 프로그래머스
- DFS
- javascript
- 트랜잭션
- PYTHON
- jpa
- redis
- 데이터베이스
- Data structure
- 영속성 컨텍스트
- nosql
- 백준
- 플로이드-워셜 알고리즘
- CS
- BFS
- HTML
- 자료구조
- Docker
- db
- Algorithm
- CSS
- spring
- It
- mysql
- 운영체제
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