Nineya
Home
Blog
软著申请
SpringBoot gradle developmentOnly from transitive BOM
2025-01-07 07:26:21
3078
Hi,I'am trying to create a BOM for my micro-services so I started to create a multiple module project and a module named...
SpringBoot spring-boot-starter-data-jpa 2.7.9 version alignment
2025-01-07 07:26:18
726
Hello guys,when downloading the dependency, it still has the 2.7.8 which contains a version with a bug, this should be a...
SpringBoot Reactive Method Security not working with kotlin from Spring boot version 3.0.3 :The returnType class java.lang.Object on public java.lang.Object
2025-01-07 07:26:15
5373
When using reactive method security on a Kotlin spring boot reactive app with coroutines, I am getting an errorThe retur...
SpringBoot spring-boot-dependencies 2.7.9 has multiple Vulnerabilities
2025-01-07 07:26:13
3033
As per maven repository Vulnerabilities from dependencies:CVE-2023-25194CVE-2022-45868CVE-2022-4492CVE-2022-41854CVE-202...
SpringBoot Kubernetes client version Updated faced errors in that .
2025-01-07 07:26:08
5235
We are using spring boot version is 2.7.5 and kubernetes client version is 5.11.2 . Now when we upgrade kubernetes clien...
SpringBoot Some of the deprecated spring.security.saml2.relyingparty.registration.*.identityprovider.* properties are ignored
2025-01-07 07:26:05
2031
With thanks to @Anubhav-2000 and @jvalkeal, as diagnosed in https://github.com/spring-projects/spring-security/issues/12...
SpringBoot Error java.io.FileNotFoundException: class path resource [kc.properties] cannot be opened because it does not exist When Running a Native Image
2025-01-07 07:26:04
5011
I get this error after running a native image, the file kc.properties exists into a custom library at the src/main/resou...
SpringBoot Unable to create SAAJ meta-factory when mvn spring-boot:run
2025-01-07 07:26:01
1176
Hi Spring Boot Team,After upgrading spring boot to 3.0.3, we still cannot run the local service with mvn spring-boot:run...
SpringBoot Add documentation tip showing how to configure publishRegistry maven properties from the command line
2025-01-07 07:25:58
5539
If I have a private registry and I want to publish the generated docker image I need to provide username, password, and ...
SpringBoot Document how to get socket location for image building configuration with podman
2025-01-07 07:25:53
5995
At the moment current documentation recommends this approach to configure PodMan:tasks.named<BootBuildImage>("...
SpringBoot Upgrade to spring-asciidoctor-backends 0.0.5
2025-01-07 07:25:50
141
34432Comment From: wilkinsonaThanks, @sannanansari, but as with #34012 we prefer to process single-line version upgrades...
SpringBoot SpringBoot 3.0.3 can't identify any @RestController anotated class except in Startup Class
2025-01-07 07:25:48
2539
SpringBoot version: 3.0.3OS: Windows 11Java: OpenJDK 19Recently I just wrote a simple Spring Boot application.And I used...
SpringBoot When @Aspect and @FeignClient are used simultaneously in one application, an exception will be thrown in native-image
2025-01-07 07:25:45
14951
This exception only throw in the native-image.When running spring-aot-mode without native-image, this exception will not...
SpringBoot Native image Charset.forName("UTF-32BE") throws UnsupportedCharsetException: UTF-32BE
2025-01-07 07:25:40
1966
Using Spring Initilizrsdk use java 22.3.1.r19-grlAlso tried graalvm r17Added a controller@RestControllerclass GreetingHt...
SpringBoot Logback INFO messages are always reported
2025-01-07 07:25:38
4836
After upgrading to Spring Boot 3.0.1, I get the following "error" when running my application:07:56:13,126 |-INFO in ch....
SpringBoot Switch from single topic for fixed delays to single topic for same intervals in Spring Kafka retry configuration
2025-01-07 07:25:35
487
In 3.1, replace deprecated useSingleTopicForFixedDelays() with useSingleTopicForSameIntervals().https://github.com/sprin...
SpringBoot Cannot use Gradle to test spring-boot code in separate test module, throws NoClassDefFoundError
2025-01-07 07:25:32
3203
I created a project- frog -- frog-web -- frog-testfrog is the root module, without codefrog-web is a spring-boot modul...
SpringBoot Docker image is created without CREATED timestamp
2025-01-07 07:25:30
903
gradle bootBuildImage producesREPOSITORY TAG ...
SpringBoot mvn spring-boot:run doesn't run a Spring Boot App but always success
2025-01-07 07:25:27
27522
Hello Spring Team,After upgrading spring boot from 2.7.7 to 3.0.3, I cannot run the service with mvn spring-boot:run -X,...
SpringBoot Can't bind or directly access multipart/mixed request parts
2025-01-07 07:25:21
4187
I'm trying to create a controller that will consume multipart/mixed requests containing both a json string and a file. I...
上一页
下一页
1
…
1840
1841
1842
1843
1844
…
2246
.