-
extension-starter有javax的依赖,spring boot 3只支持Jakarta,希望能更新一下,谢谢。
-
springboot2.2.6 ,无法启动,直接报错:
java.lang.IllegalAccessError: tried to access method redis.clients.jedis.JedisPool.returnResource(Lredis/clients/jedis/Jedis;)V from class us.codecraft.webmagic.scheduler.…
-
I created a Spring Boot application with `activiti-spring-boot-starter` dependency to try the examples.
However, when I run this application, it says `a bean of type 'org.activiti.api.process.runti…
-
### 어떤 오류인가요?
오류 설명 : mustache 설치 후 resource 폴더에 나타나지 않습니다ㅠㅠ
### 프로젝트 주소
* Github URL : https://github.com/nykim12/freelec-springboot2-webservice
### 오류 로그
![mustache](https://user-imag…
-
기존에 올라온 질문이 아닌지 먼저 검색해주세요!
### 어떤 오류인가요?
오류설명: 306페이지 까지 진행한 이후!
`./deploy.sh` 명령어로 디플로이 파일을 실행하면
```
> Git Pull
Already up-to-date.
> 프로젝트 Build 시작
Deprecated Gradle features were used …
-
SpringBoot2.7.18 has been discontinued, and there are vulnerabilities, can you consider supporting SpringBoot3?
-
-
错误信息:
ERROR 11252 --- [ restartedMain] c.a.druid.pool.DruidAbstractDataSource : load exceptionSorter error : true
druid版本1.1.9
配置文件信息:
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/ssm
…
-
**Describe the bug**
java代码块:
@PostMapping("/file")
public String file(MultipartFile file) {
return file.getOriginalFilename() + " - " + file.getSize();
}
我只要是设置了下面这个yml配置,文件上传就不显示上传选择文本域,…
-
기존에 올라온 질문이 아닌지 먼저 검색해주세요!
## 가장 자주 나온 제보
* [P.105 @PutMapping("/api/v1/posts")](https://github.com/jojoldu/freelec-springboot2-webservice/issues/6)
* [P.111 Posts.update](https://github.com/jo…