Nineya
Home
Blog
SpringBoot Support building an image when using war packaging with Gradle
2025-01-06 21:10:51
18863
It's possible at the moment using a little bit of manual configuration:bootBuildImage { jar = bootWar.archiveFile}The...
SpringBoot Document logging.register-shutdown-hook property
2025-01-06 21:10:44
19
fixes issue #24507
SpringBoot Spring-data IN clause is broken
2025-01-06 21:10:38
1302
Spring-boot version : 2.4.0r2dbc-postgresql : 0.8.6.RELEASEHello Everyone,I have this issue when I try to retrieve data ...
SpringBoot Support defining additional keys to sanitize for actuator endpoints
2025-01-06 21:10:31
2401
After adopting the Spring Boot Admin (SBA) some colleagues astutely observed that we were "leaking" some secrets as SBA ...
SpringBoot Upgrade to 2.4.2 raises ClassNotFoundException: org.springframework.core.metrics.ApplicationStartup
2025-01-06 21:10:24
2635
I'm trying to upgrade spring boot version to 2.4.2 from 2.1.x, I got ClassNotFoundException: org.springframework.core.me...
SpringBoot Allow to set spring.test.constructor.autowire.mode in application.properties
2025-01-06 21:10:18
3902
application.properties can contain general settings. Examples:- spring.datasource.url=...- server.port=...It can also co...
SpringBoot Sanitize the value of url and urls keys in the same way that the values of uri and uris keys are sanitized
2025-01-06 21:10:11
309
Raised in https://github.com/spring-projects/spring-boot/issues/25384, I think it makes sense to sanitize the values of ...
SpringBoot Auto-Configure a MessageSource if a custom basename is set and no default properties file exists
2025-01-06 21:10:05
4958
Hi, the Spring Boot propertie : spring.messages.basename=[directoy_in_resources]/messages does not work I have this arbo...
SpringBoot LoggingSystem shutdown on application context stop (logback)
2025-01-06 21:09:57
7144
As per Logback documentation (http://logback.qos.ch/manual/configuration.html#stopContext), one should properly stop the...
SpringBoot The auto-configured WebFluxConfigurer is unordered so it may override customizations made in a user's WebFluxConfigurer
2025-01-06 21:09:50
826
Unlike WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter (a WebMvcConfigurer), WebFluxAutoConfiguration.WebFluxConf...
SpringBoot TestFailuresPlugin makes our build incompatible with Gradle's configuration cache
2025-01-06 21:09:43
420
It uses a build listener to report a summary of all the test failures at the end of the build. The configuration cache d...
SpringBoot Getting error while building the java project.
2025-01-06 21:09:37
13973
SLF4J: Class path contains multiple SLF4J bindings.SLF4J: Found binding in [jar:file:/C:/Users/EKRAK/.p2/pool/plugins/or...
SpringBoot I need spring-boot-starter-websocket help document
2025-01-06 21:09:29
1103
Hi:Springboot Developer I want do a demo for spring-boot-starter-websocket ,but not find help document in sping.io and...
SpringBoot Using @EnableJPARepositories disables default spring boot behaviour
2025-01-06 21:09:23
8540
Not sure if this comes down to a question/bug report or enhancement, but I though the following worth creating an issue ...
SpringBoot DataSourceBuilder no longer invokes setUser on org.h2.jdbcx.JdbcDataSource
2025-01-06 21:09:16
6596
Up to Spring Boot 2.3.8, we used H2 as a stand in for our Oracle DB in local development.When needing to look into the t...
SpringBoot Cannot start app on liquibase-managed mysql db since spring-boot 2.3.9 (2.3.8 worked)
2025-01-06 21:09:09
1826
Hello,Upgrading the parent POM of a spring boot application project with a liquibase-managed mysql database to org.spri...
SpringBoot Is it possible to provide an pom with spring boot version on maven central repository officially just like this ?
2025-01-06 21:09:02
1619
Is it possible to provide an pom with spring boot version on maven central repository officially just like this ?the new...
SpringBoot SpringBootWebSecurityConfiguration should have been deprecated before being made package-private, right?
2025-01-06 21:08:55
3667
The ProblemThrough Spring Boot 2.3.9.RELEASE, org.springframework.boot.autoconfigure.security.servlet.SpringBootWebSecur...
SpringBoot build-image with reactor-tools
2025-01-06 21:08:48
8967
Hey team, i don't know if this is the expected behaviour, but I'm getting the following error:ERROR [main][o.s.boot.Spr...
SpringBoot org.springframework.core.NativeDetector not found in 2.4.3
2025-01-06 21:08:40
3215
My app doesn't start anymore when upgrading from 2.4.2. to 2.4.3.:Exception in thread "main" java.lang.reflect...
上一页
下一页
1
…
2066
2067
2068
2069
2070
…
2246
.