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