Nineya
Home
Blog
软著申请
SpringBoot Add property to configure base time unit for Micrometer OTLP registry
2025-01-07 16:30:56
408
Micrometer added a new property to its OTLP registry to enable configuring the base time unit, see: https://github.com/m...
SpringBoot Fix typos
2025-01-07 16:30:53
166
Hi,this PR fixes a couple of typos.Cheers,ChristophComment From: dreis2211Thanks for updating the copyrights, @snicoll ....
SpringBoot Application fails to start when @Import a @ConfigurationProperties class that is eligible for constructor binding
2025-01-07 16:30:50
21505
I am updating our Spring Boot application from 3.1.0 to 3.1.1, and I found what looks to be a bug: Using @ConfigurationP...
SpringBoot calling the postgres stored procedure using JDBCTemplate
2025-01-07 16:30:47
10594
When calling the stored procedure in postgres DB using CallableStatement Connection connection = jdbcTemplate.getDataSou...
SpringBoot Failed to determine a suitable driver straight out of spring initializr with testcontainers
2025-01-07 16:30:44
3085
Using spring initializr with following configurationhttps://start.spring.io/#!type=maven-project&language=java&p...
SpringBoot spring.threads.virtual.enabled - Configure Virtual Thread based AsyncTaskExecutor
2025-01-07 16:30:42
662
Is there any reason why spring.threads.virtual.enabled doesn't setup a virtual thread based AsyncTaskExecutor, as sugges...
SpringBoot Upgrade to Spring Data Bom 2023.1.0-M1
2025-01-07 16:30:39
677
Comment From: mp911deProject Dependencies Spring Data 2023.1.0-M1Cassandra Driver (com.datastax.oss:java-driver-bom): 4....
SpringBoot Upgrade to Spring Data Bom 2023.0.2
2025-01-07 16:30:37
898
Comment From: mp911deProject Dependencies Spring Data 2023.0.2Cassandra Driver (com.datastax.oss:java-driver-bom): 4.15....
SpringBoot Upgrade to Spring Data Bom 2022.0.8
2025-01-07 16:30:34
784
Comment From: mp911deProject Dependencies Spring Data 2022.0.8Cassandra Driver (com.datastax.oss:java-driver-bom): 4.15....
SpringBoot Upgrade to Spring Data Bom 2021.2.14
2025-01-07 16:30:31
881
Comment From: mp911deProject Dependencies Spring Data 2021.2.14Cassandra Driver (com.datastax.oss:java-driver-bom): 4.14...
SpringBoot Regression of erroneous implicit constructor binding for @ConfigurationProperties between 3.0.5 and 3.1.1
2025-01-07 16:30:28
5424
There were issues previously where spring would attempt constructor binding of @ConfigurationProperties under some circu...
SpringBoot Springboot 3 upgrade - Application stops immediately after startup
2025-01-07 16:30:26
2366
Upgraded my springboot REST based application from 2.7.2 to 3.0.7 version. Application is stopping immediately after sta...
SpringBoot Auto-configured JacksonJsonpMapper is conditional on an ObjectMapper bean but does not use such a bean
2025-01-07 16:30:23
1593
Spring Boot version3.1.1Bug descriptionThe autoconfigured JacksonJsonpMapper bean used to depend on a global ObjectMappe...
SpringBoot Spring is overriding my programmatic logback configuration.
2025-01-07 16:30:21
920
How can I prevent Spring from configuring my manual programmatic logback configuration?I have configured logback by crea...
SpringBoot use import map when js asset are delt with spring.web.resources.chain.strategy.content.enabled=true
2025-01-07 16:30:14
2360
Given a spring boot /spring web app which contains some js and css assets.When importing css files, spring boot does the...
SpringBoot Issues in Spring Boot with Hibernate using H2 for testing query in mode PostgreSQL
2025-01-07 16:30:06
3313
Can you help in this issue, https://stackoverflow.com/questions/74957058/issues-in-spring-boot-with-hibernate-using-h2-f...
SpringBoot Gradle nativeCompile fails with Main entry point class 'org.gotson.komga.ApplicationKt' neither found on the classpath nor on the modulepath
2025-01-07 16:29:49
2266
Hi,i am trying to use the nativeCompile, following the guide, but i have an error which i can't really understand.My pro...
SpringBoot Unable to externalize application.properties file in springboot 2.5.4 standalone application
2025-01-07 16:29:46
7816
i am trying to externalize the application.properties (out of the jar file) In springboot 2.5.4 standalone application ...
SpringBoot All providers must be registered and verified in the Native Image builder?
2025-01-07 16:29:44
1191
I use bouncycastle1.69,it can run in jar,but run error in native image.I have regist hints.the demo is in https://github...
SpringBoot PlatformTransactionManager is not auto-configured when mixing JDBC and R2DBC
2025-01-07 16:29:41
13807
I'm having a reactive Spring Boot 2.7.4 app using jOOQ + R2DBC, but also Flowable (which only works with JDBC).Since a D...
上一页
下一页
1
…
1798
1799
1800
1801
1802
…
2246
.