Nineya
Home
Blog
软著申请
SpringBoot FileSizeLimitExceededException: The field file exceeds its maximum permitted size of 1048576 bytes.
2025-01-07 17:21:33
2587
Spring boot parent version = 2.6.3I wrote the following in the config server file, but it didn't work.spring.servlet.mul...
SpringBoot Provide a way to create custom ApplicationContextFactory in SpringBootContextLoader
2025-01-07 17:21:30
2168
As it currently stands, SpringBootContextLoader creates the contexts using the 0-arg c-tors, which in turn use the this....
SpringBoot Data projection - is no accessor method error after update to 3.2.0-RC2
2025-01-07 17:21:27
742
Spring Data projection does not work in the 3.2.0-RC2 version - if a function with projection is called, it fails with e...
SpringBoot Spring Data found 0 R2DBC repositories when mongodb-reactive starter is added to project
2025-01-07 17:21:25
1596
After adding <dependency> <groupId>org.springframework.boot</groupId> &l...
SpringBoot Improve --help and documentation for "encodepassword -a/--algorithm" in the Spring Boot CLI
2025-01-07 17:21:22
1850
About Spring Boot CLI 3.1.4 when is executed the ./spring --help encodepassword command appears:./spring --help encodep...
SpringBoot Spring webflux and validation starter don't work with nested generics
2025-01-07 17:21:19
874
Spring version: 2.7.11I found a problem with validation in Spring Webflux and spring-boot-starter-validationWhen I try t...
SpringBoot Why config candidates are visited form the end
2025-01-07 17:21:17
1840
Hi,I recently encountered an issue in multi-profile application. I have two profiles active in this order profile1, prof...
SpringBoot Improve bom checking
2025-01-07 17:21:12
483
https://github.com/spring-projects/spring-boot/pull/38228 has shown that we could improve our checking of the project's ...
SpringBoot Spring Boot Maven Plugin - Specify src dir for dependencies
2025-01-07 17:21:10
2629
I have a situation where I am upgrading applications to Spring Boot 3 which has a few external libraries.Regarding the j...
SpringBoot Report friendly error when failing to find AOT initializer
2025-01-07 17:21:04
2518
Error is reported as:java.lang.IllegalArgumentException: You are starting application with AOT mode but not AOT-processe...
SpringBoot Add SSL store bundle which uses PEM files from a directory
2025-01-07 17:20:59
907
This PR implements an SSL bundle which reads PEM encoded files from a directory. It uses a CertificateMatcher to find al...
SpringBoot after upgrading to Spring boot 3.1.2 getting Class org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider does not implement the requested interface jakarta.persistence.spi.PersistenceProvider
2025-01-07 17:20:57
36575
I am using below hibernate version <groupId>org.hibernate</groupId> <artifactId>hibernat...
SpringBoot Update metrics documentation to note the benefits of using a MeterBinder when registering a metric that relies on other beans
2025-01-07 17:20:54
18306
We use Micrometer in our Spring Boot applications.When shutting down our applications we sometimes get WARN log messages...
SpringBoot Resolution of productionRuntimeClasspath configuration may select the wrong variant and contain a dependency's source jar
2025-01-07 17:20:51
1507
Hi,The configuration productionRuntimeClasspath provided by the spring boot gradle plugin contains the sources jar of th...
SpringBoot How to load dynamic class in native model
2025-01-07 17:20:49
1451
I want to load dynamic class in native model,but i get a error. Exception in thread "main" com.oracle.svm.co...
SpringBoot Cloud Native Buildpacks image use IncludeAllLocales not work
2025-01-07 17:20:46
1776
my project config:jdk17springboot3.1.1the log code:logger.error("idm适配执行失败了", e);build package:mvn spring-boot:build-ima...
SpringBoot Support configuration properties beans in functional bean registration DSL
2025-01-07 17:20:44
976
Functional bean registration does not presently provide equivalents for @ConfigurationProperties, @EnableConfigurationPr...
SpringBoot spring-boot-maven-plugin packages unnecessary test dependencies
2025-01-07 17:20:41
3223
Spring Boot version 2.7.17When packaging an application JAR file, spring-boot-maven-plugin adds JARs that are only refer...
SpringBoot Merge all previous parameters in case of a batch job restart
2025-01-07 17:20:38
4150
Merge all previous parameters in case of a batch job restartWhen looking to replace a custom job launcher with JobLaunch...
SpringBoot Add how-to documentation for test-only database migrations with Flyway/Liquibase
2025-01-07 17:20:35
756
See #26692 for background.Our current documentation has the following:If you are using a Higher-level Database Migration...
上一页
下一页
1
…
1758
1759
1760
1761
1762
…
2246
.