-
Hey guys, I am deploying diffy to AWS EKS. and the config is like below
```
containers:
- name: diffy
image: diffy/diffy:latest
imagePullPolicy: IfNotPresent
…
-
````txt
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'compositeViewResolver': Unsatisfied dependency expressed through field 'viewResolvers'; nested…
-
I works with spring-boot 2.7.5 and Java SDK 17, using dapr-sdk 1.6.0 or 1.7.0.
but when I use next dependency:
``
`org.springframework.cloud`
`spring-cloud-starter-gateway`
``
with…
-
I am getting below error and really exhausted in solving the below error.
```
org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'javax.sql.DataSource' ava…
ghost updated
6 months ago
-
I have an example of a needing to create my factory bean outside of your class declaration, and I'd like to be able to have you declare the `with` for a referenced bean.
-
### Avoid duplicated bug reports
- [X] I've found a bug and checked that there are no open or closed bug report related to this.
### Description
Hi and thanks for your work! I really love this proj…
-
**Describe the bug**
...
I want to use S3 buckets to configure (multi-buckets) my reportportal for tests automation. After trying to connect the s3 buckets, I got the below error (Caused by: java…
-
Given this non JavaBean:
``` java
public class ProductOrder {
private String id;
// imagine more fields, otherwise pointless
public ProductOrder(String id) {
super();
thi…
-
```
2024-03-08 07:47:19.866 INFO 1 --- [ main] com.faendir.acra.BackendApplicationKt : Starting BackendApplicationKt using Java 17.0.6 on a03f9617db52 with PID 1 (/application/BOOT-INF/…
-
使用官方提供的命令部署:
git clone https://github.com/nacos-group/nacos-k8s.git
cd nacos-k8s
chmod +x quick-startup.sh
./quick-startup.sh
报错:
org.springframework.beans.factory.UnsatisfiedDependencyExcepti…