Nineya
Home
Blog
软著申请
SpringBoot Need compatibility chart for Spring Boot Gradle plugin with Gradle version
2025-01-07 16:50:36
2825
Gradle 4 introduces a completely new model of dependency management, as documented here. It appears that Spring Boot Gra...
SpringBoot Spring Boot 3.1.3 now analyses the Repository's method name for attributes although annotated with @Query
2025-01-07 16:50:34
22752
Hello,I'm trying to update from Spring Boot 3.1.2 to 3.1.3.While the following code works in 3.1.2 (Test&Prod), it n...
SpringBoot Spring Boot 3 CompletableFuture+ResourceLoader bug
2025-01-07 16:50:31
1795
https://github.com/khauser/spring-classpath-problemIn this project I get the following stacktrace:java.io.FileNotFoundEx...
SpringBoot Spring Boot Docker Compose support for Oracle looks for APP_PASSWORD but should look for APP_USER_PASSWORD
2025-01-07 16:50:28
1189
This commit contains a bug fix for #37036 The changes include updates to OracleEnvironment, where APP_PASSWORD has been ...
SpringBoot Tomcat Version updated to 10.1.13 due to CVE-2023-41080
2025-01-07 16:50:25
845
Hi,I know this is against the TOS.Due to I don't know when the next Spring boot minor release is. Here is the fix for CV...
SpringBoot springboot docker-compose with docker-compose v1.x
2025-01-07 16:50:23
345
springboot version: 3.1.3docker-compose version: 1.29.2In the class DockerCli (this line), which is the command: docker-...
SpringBoot Docker images produced by gradle bootBuildImage have no layer commands
2025-01-07 16:50:20
1374
Repro:https://start.spring.io/#!type=gradle-project&language=java&platformVersion=3.1.3&packaging=jar&jv...
SpringBoot @JdbcTest is not injecting JdbcClient
2025-01-07 16:50:17
692
I am exploring JdbcClient API and realized while writing tests using @JdbcTest I am not able to inject JdbcClient.I had ...
SpringBoot https://github.com/spring-projects/spring-session/issues/2452
2025-01-07 16:50:15
177
Please take a look : https://github.com/spring-projects/spring-session/issues/2452Comment From: bclozel@aaa2281002 the s...
SpringBoot @WebMvcTest is not picking @ControllerAdvice in spring boot 3.2.0-M2
2025-01-07 16:50:12
2117
After upgrading from spring boot 3.2.0-M1 to spring boot 3.2.0-M2 @WebMvcTest is unable to bind @ControllerAdvice .Sampl...
SpringBoot Use JOOQ functionality to determine dialect
2025-01-07 16:50:09
163
Comment From: snicollThanks for making your first contribution to Spring Boot @ramilS. I've polished things a bit furthe...
SpringBoot Native images: error processing @AttributeBinderType annotation '@org.hibernate.annotations.TenantId()'
2025-01-07 16:50:07
13473
Error Log . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \( ( )\___ | '_ | '_| | '_ \/ _` ...
SpringBoot Embedded Database - Prevent automatic dropping of tables.
2025-01-07 16:50:04
4486
Referencing Issue #621 - there is an issue where Boot has made the decision that all tables in an embedded database shou...
SpringBoot the FIRST api call takes TOO LOOOOOOOONG when the project is deploying by a WAR package via springboot built-in tomcat
2025-01-07 16:50:02
251
the FIRST api call takes TOO LOOOOOOOONG when the project is deploying by a WAR package via built-in tomcat, but this pr...
SpringBoot Add usability of username password for mongodb+srv
2025-01-07 16:49:59
2078
We use a mogodb cluster and therefore our URI is starting with mongodb+srv://.This unfortunately means, that we cannot u...
SpringBoot response time is high for some random get api requests, when i looked into newRelic logs i found out .doFilter is taking around 50-70% of the total api duration
2025-01-07 16:49:56
743
We are calling an api lets say service_2 from service_1, in service_2 we are seeing high time consumption in our Filter ...
SpringBoot Add dependency management for Kotlin Serialization
2025-01-07 16:49:53
285
Like Kotlin Coroutines, Kotlin Serialization publishes a BOM with org.jetbrains.kotlinx:kotlinx-serialization-bom coordi...
SpringBoot CacheMetricsRegistrarConfiguration fails to start if there is a request scoped cache manager in the context
2025-01-07 16:49:50
14019
Consider the following CacheManager:@Configurationpublic class RequestScopeCacheConfiguration { public static final S...
SpringBoot EntityManagerFactory is closed Exception on upgrading spring-boot-starter-parent version to 2.7.14
2025-01-07 16:49:48
6200
ERROR","loggerName":"org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler","message":"Unexpected error o...
SpringBoot Spring @ConfigurationProperties constructor binding not working for modules
2025-01-07 16:49:35
2470
I can't seem to get constructor binding to work for a properties file created with @ConfigurationProperties in my own au...
上一页
下一页
1
…
1782
1783
1784
1785
1786
…
2246
.