Nineya
Home
Blog
软著申请
SpringBoot property server.compression.enabled=true doesn't take effect when response has strong ETag
2025-01-07 18:06:16
2401
I have a default property server.compression.enabled=true in application.properties using Spring Boot 2.3.7.RELEASE.when...
SpringBoot Upgrade 2.7.x to 3.2.x. dialect.getSequenceNextValString replacement
2025-01-07 18:06:13
796
I'm upgrading to Spring Boot 3.2.2dialect.getSequenceNextValString is deleted.I'm just not sure how to replace it.import...
SpringBoot Revisit "Use Liquibase for test-only migrations" section of reference
2025-01-07 18:06:11
563
Use Liquibase for test-only migrations section of the reference manual goes at length to describe an approach of managin...
SpringBoot @Cacheable with condition not working after upgrading from Spring Boot 2.7 to 3.2.2 with Java 21
2025-01-07 18:06:09
1655
This snippet of code worked fine in 2.7 but not caching in 3.2.2 @Cacheable(condition = "#objectId != null"...
SpringBoot Auto-configure an ActiveDirectoryLdapAuthenticationProvider from configuration properties
2025-01-07 18:05:57
4815
We could configure a good chunk of Spring security for LDAP (probably other places too) simply with application.properti...
SpringBoot Add another port for actuators that need additional access restrictions
2025-01-07 18:05:55
2691
Problem StatementToday, there is currently an option to put actuators all on a single management port separate from the ...
SpringBoot Spring Boot Actuator - Exposure for native Build failed
2025-01-07 18:05:45
2119
Failure behaviourAfter compiling an application as native image the command line property --management.endpoints.web.exp...
SpringBoot Active on profile not working when profile is included by group
2025-01-07 18:05:43
6180
Using a config server, in the application.yml I have defined a group:# application.ymlspring: profiles: group: ...
SpringBoot java.lang.NoClassDefFoundError: ch/qos/logback/core/joran/action/AbstractEventEvaluatorAction
2025-01-07 18:05:38
1563
Hi Team, I see this issue was closed without any solution because of lack of data. we are also facing this issue and we ...
SpringBoot Bump gradle/wrapper-validation-action from 2.0.0 to 2.1.1
2025-01-07 18:05:35
3574
Bumps gradle/wrapper-validation-action from 2.0.0 to 2.1.1.Release notesSourced from gradle/wrapper-validation-action's ...
SpringBoot [Spring Boot 3.2.2]org.springframework.web.servlet.resource.NoResourceFoundException: No static resource favicon.ico.
2025-01-07 18:05:30
1397
If modifying the port number,request have a error.this is my "application.yml"org.springframework.web.servlet.resource.N...
SpringBoot Showcase and fix for actuator configprops endpoint serialization issu…
2025-01-07 18:05:25
501
…e of nested records (and fix).Comment From: pivotal-cla@tomekrojek Please sign the Contributor License Agreement!Click ...
SpringBoot WebFlux auto-configuration should only configure the blocking executor when virtual threads are enabled
2025-01-07 18:05:22
30533
Description of the problemIncoming http-requests during graceful shutdown throws exceptions and 500 responses to the cli...
SpringBoot DockerComposeLifecycleManager.start() Called in Spring Cloud Bootstrap and in Application Context phase
2025-01-07 18:05:19
10251
https://docs.spring.io/spring-boot/docs/current/reference/html/application-properties.html#appendix.application-properti...
SpringBoot Ordering of ObservationHandlers
2025-01-07 18:05:12
8156
I would like to override the default remote service name, for which there isn't a property. As far as I can tell, the le...
SpringBoot Adding unit tests for classes in config package
2025-01-07 18:05:10
1394
To enhance bug leakages and detect the issues earlier in the release lifecycle I added unit tests for context package fo...
SpringBoot Introduce @BatchTransactionManager to make it easier to configure Spring Batch to use a custom transaction manager
2025-01-07 18:05:07
227
Add a new annotation for marking a second PlatformTransactionManager to be used in batch processing.See gh-37650Comment ...
SpringBoot Creating a RestClient from a RestTemplateBuilder-created RestTemplate requires double configuration of the baseUrl/rootUri
2025-01-07 18:05:04
2104
You have do this:RestClient rest = RestClient .builder(builder.setConnectTimeout(Duration.ofSeconds(30)) .setR...
SpringBoot Use meta-annotations on @AutoConfigureWebMvc to compose it with @AutoConfigureJson
2025-01-07 18:04:59
625
Currently @AutoConfigureWebMvc imports JSON auto-configuration directly. If we use @AutoConfigureJson then any user cust...
SpringBoot Modify isMatch method in InMemoryAuditEventRepository
2025-01-07 18:04:57
718
I think it's possible to return true/false values even without a 'match' variable.Also, I think readability can be imp...
上一页
下一页
1
…
1721
1722
1723
1724
1725
…
2246
.