-
TraceLoadBalancerFeignClient 的 delegate 对象变成了SeataLoadBalancerFeignClient,导致重复解析了client name,第二次解析clentName的时候因为是ip地址,无法再解析到 server了,导致报错
java.lang.RuntimeException: com.netflix.client.ClientEx…
-
-
_From @sxpujs on April 12, 2015 8:46_
我的开发环境是:Spring 4.1.3 + Spring Boot + Jello, 将应用打包成war发布到tomcat是可以正常使用的,但打包成jar包,使用内嵌的tomcat启动时读取不到模板文件,请哪位大神看下是什么原因?
比如说有个recommend.vm,内容如下:
```
#extends("/ad/…
oxUnd updated
8 years ago
-
**Affects:** 6.0.0
---
I have a simple controller that goes like
```java
@PostMapping
public ResponseEntity insert(
@RequestBody @Valid CustomerApiDTO customerDTO) {
…
-
### Description of the bug
Vaadin 23.4.1; spring-boot-skeleton-starter.
When I create my own Spring Servlet such as
```java
@Component
@WebServlet(urlPatterns = "/*", asyncSupported = true, loa…
-
-
Dear Team,
I am getting an issue while upgrading spring boot from 3.1.1 to 3.3.4. Used all the dependencies according to the mapping mentioned in link https://github.com/Azure/azure-sdk-for-java/wiki…
-
### Problem Definition
Test를 위하여 `https://co-co-gong.zerohertz.xyz/login` 접속 시 아래와 같은 문제 발생
Error logs
```java
$ scripts/local.sh
OpenJDK 64-Bit Server VM warning: Sharing is only suppor…
-
Vulnerable Library - websocket-client-9.4.43.v20210629.jar
Path to dependency file: /spring-boot-project/spring-boot-starters/spring-boot-starter-jetty/build.gradle
Path to vulnerable library: /hom…
-
Hello. I have an application based on spring boot that also produces the javadoc (both html and jar) with external links (to dependencies javadoc site) during the build.
After upgrading dependency…