Nineya
Home
Blog
springboot Added log capturing library to assert logging messages
2025-01-06 08:09:20
3177
Context:Spring-boot-test provides a lot of libraries which you could use without direct depending on other libraries. It...
springboot Why response time of the restful interface with @RequestParam MulityPartFile is very large sometimes?
2025-01-06 08:09:14
2246
My code below:@PostMapping("/gets") public SomethingResponseVo getSomething(@RequestParam MultipartFile ima...
springboot Explicitly set java home in CommandLineInvoker
2025-01-06 08:09:07
311
Hi,similar to #20193 I found that JarCommandIT.jarCreationWithGrabResolver() fails if the java version in the console is...
springboot Enhancements for new LAYERED_JAR layout in spring-boot-maven-plugin
2025-01-06 08:09:01
9692
I've read the blog post regarding the new Docker-related features in the upcoming Spring Boot 2.3 Maven plugin. They are...
springboot Revisit PluginXmlParserTests
2025-01-06 08:08:53
212
PluginXmlParserTests is incomplete and should probably be reviewed.Comment From: izeyeThis seems to be resolved via #201...
springboot Remove ProducesRequestCondition cache clear task from Actuator
2025-01-06 08:08:46
41
Forward port of issue #20292 to 2.3.0.M3.
springboot Remove ProducesRequestCondition cache clear task from Actuator
2025-01-06 08:08:40
155
This issue is about removing changes introduced in #20150, since /spring-projects/spring-framework#24466 moved that code...
springboot Add actuator specific ObjectMapper
2025-01-06 08:08:35
8850
When using a custom object mapper with MapperFeature.AUTO_DETECT_GETTERS disabled the detailed information for Health en...
springboot Problems using new maven "build-image" goal in corporate environment with private docker registry; in docker toolbox is also problematic to run it (2.3.0.M2)
2025-01-06 08:08:28
1884
First (and more important)When I run "build-image" goal in windows with Docker Toolbox,, I'm getting this error in log:[...
springboot @Transactional is invalid; transaction has no effect;
2025-01-06 08:07:59
1185
spring boot 2.0.7It seems that aop is not working, but no error can be seen in the method;this is project https://gitee....
springboot Failed to load resource when behind Kubernetes Ingress / Reverse Proxy path
2025-01-06 08:07:51
774
I'm using Spring Boot Admin 2.1.3 with Spring Boot 2.1.3.RELEASEI've deployed Spring Boot Admin into a Kubernetes cluste...
springboot Consider flipping the default for management.add-application-context-header to false
2025-01-06 08:07:45
454
As this header exposes some internal information like application name, port number and active profiles it should be ena...
springboot Metrics are not recorded for nested requests made with RestTemplate
2025-01-06 08:07:38
49
We need to back port the fix for #19464 to 2.2.x.
springboot TestNG smoke test doesn't test anything
2025-01-06 08:07:32
2358
The test class and its method are package-private which means that no tests are run. They cannot be made public until ht...
springboot When NettyDriverMongoClientSettingsBuilderCustomizer is called multiple times, only the last EventLoopGroup that it creates is closed on shutdown
2025-01-06 08:07:26
6741
Hi,In spring boot I create two MongoDB reactive clients:List<MongoClientSettingsBuilderCustomizer> customizerList;...
springboot Repository query is failing to filter documents on DBRef fields after spring boot upgrade.
2025-01-06 08:07:19
3995
Upgrading form spring boot version 2.1 to 2.2 and mongodb from 4.0.16 to 4.2.3 the query below is not working as it was ...
springboot MongoDB URI property doesn't interact well with Spring Cloud Vault
2025-01-06 08:07:13
3206
When using Spring Cloud Vault to generate credentials for a MongoDB instance, it's impossible to use the spring.data.mon...
springboot FieldValuesParser implementation for the eclipse compiler
2025-01-06 08:07:06
925
When running the build with the eclipse compiler, the default values cannot be harvested and written in the meta-data be...
springboot ResolutionException when running Spring Boot as Java module
2025-01-06 08:06:59
8288
ProblemI get a ResolutionException on startup when I create a Spring boot application with Spring Initializr with both s...
springboot The configuration under the server in springboot can set cookie parameters, but it is two cookies after integrating jdbc storage
2025-01-06 08:06:53
212
Comment From: snicoll@jidianzhixia if you're asking a question, we've already indicated the issue tracker is not the rig...
上一页
下一页
1
…
2210
2211
2212
2213
2214
…
2240
.