-
Hello,
Please consider the code at
https://github.com/acet/rest_assured_demo_spring_starter
As you can see there are 3 levels of testing:
test - Spring webmvc unit test
integTest - Spring boot i…
-
Hi,
I found your cool demo.
But I have a question. Is it possible to make the configuration via application.yml from Spring Boot? Could you provide an example?
Actual I don`t find a way to g…
-
So per https://github.com/vaadin/spring/issues/379, it seems I found some bug that when I don't have webenviorment or servlet configuration, vaadin auto configuration fails.
I managed to reproduce …
d1231 updated
3 years ago
-
After doing maven build and setting application properties file, I am getting following error while starting app. Any pointer to fix the same.
org.springframework.beans.factory.BeanCreationException:…
-
I am working on POC to migrate to gRPC from REST in my org. All the examples given works fine for spring-boot, however all the the core micro-service which require migrating are very old and does not…
-
springboot 3.2.0版本时,按照文档上进行配置,读取不到这些配置文件,请问什么时候能适配到springboot3.2版本呢?
-
### Describe the bug
When migration Spring Boot to version 3 and Spock framework to version 2.4-M1 with OpenFeign client(s), tests with the `WebMvcTest` annotation fail to properly load the context…
-
Openshift version used:
oc v3.11.0+0cbc58b
kubernetes v1.11.0+d4cacc0
features: Basic-Auth
kubernetes v1.11.0+d4cacc0
After executing oc new-app --image-stream=ocp-demo-frontend --name=haze…
-
**Is your feature request related to a problem? Please describe.**
I was getting a `NOT_FOUND` error from the spanner emulator because I was not including the primary keys of my POJO in `includePrope…
-
Will be great if Mybatis will generate interfaces implementation at compile time. Something like Micronaut does.
https://github.com/micronaut-projects/micronaut-core
Micronaut uses Ahead of Time (…