Nineya
Home
Blog
SpringBoot spring-boot version switchable without change pom.xml
2025-01-07 01:18:21
387
spring-boot-starter-parent should not using spring-boot-dependencies as parent.we can using -Dspring-boot.version=xxx or...
SpringBoot Polish Deprecated add @deprecated javadoc
2025-01-07 01:18:17
163
Add @deprecated on @Deprecated classComment From: philwebbWe don't need to do this since these are package private class...
SpringBoot Polish if-else to switch case
2025-01-07 01:18:13
202
if-else statement to switch caseComment From: leeseojune53I don't know why the code style fails.Comment From: philwebbTh...
SpringBoot Upgrade to Kotlin 1.5.30
2025-01-07 01:18:10
269
Comment From: vladimirfxHi there!The Spring Boot team directly say in PR template (https://github.com/spring-projects/sp...
SpringBoot Fix abstract class's constructor access modifier
2025-01-07 01:18:06
170
abstract class's constructor was public access modifier, so i changed to protected because we must use the most restrict...
SpringBoot Added goal [fmc], support to find main class and set to specified property
2025-01-07 01:18:03
1796
Added goal [fmc], support to find main class and set to specified property.Sometimes we use spring-boot, but do not want...
SpringBoot Allow all build info properties to be disabled by setting them to null or an empty string
2025-01-07 01:18:00
24604
Spring Boot's Gradle plugin allows setting build.time property to null (in order to ensure builds are reproducible), how...
SpringBoot Support configure "domainNamePattern" and "sameSite" for spring session cookie
2025-01-07 01:17:56
581
Comment From: philwebbI'm not sure that we should add additional properties here since we currently also use them in Abs...
SpringBoot update jakarta.el CVE-2021-28170
2025-01-07 01:17:52
399
seehttps://github.com/eclipse-ee4j/el-ri/issues/155Comment From: scottfrederickAs mentioned in the pull request template...
SpringBoot Align ApplicationTemp creation code with Files.createTempDirectory
2025-01-07 01:17:47
195
The current ApplicationTemp directory creation logic doesn't work in exactly the same way as Files.createTempDirectory a...
SpringBoot 2.4 Release Notes does not indicate that known annotation processors are removed from repackaged jar
2025-01-07 01:17:44
1701
I upgraded a spring boot project from v 2.1 to 2.4.0 .After a 'mvn clean install' the configuration processor jar is mis...
SpringBoot It is recommended not to initialize the log configuration recursively, which will lead to unnecessary memory occupation
2025-01-07 01:17:41
1605
It is recommended not to initialize the log configuration recursively, which will lead to unnecessary memory occupationW...
SpringBoot boot 2.4.6 no message being typed on the console
2025-01-07 01:17:34
2089
spring boot 2.4.6中:spring:profiles:active :test,nacos and spring:profiles:active: - prodall group:prodall: - nacos- dev ...
SpringBoot Exception in thread "main" java.lang.AbstractMethodError: org.springframework.boot.context.config.ConfigFileApplicationListener.supportsSourceType(Ljava/lang/Class;)Z
2025-01-07 01:17:28
1151
I'm getting this error message when trying to run a .java file using Spring Boot. This is my first project, I checked th...
SpringBoot Consider to create a common table track history control for Common Application Properties
2025-01-07 01:17:23
3354
I have a demo about Spring Boot for my students and I did realize about the following.For the following application prop...
SpringBoot ConnectionInfo missing setUserName() method
2025-01-07 01:17:16
1002
Version: Springboot 2.5.4 and 2.5.3 Class:org.springframework.boot.autoconfigure.data.redis.RedisConnectionConfiguration...
SpringBoot Don't use CustomNumberEditor and CustomBooleanEditor for binding conversion
2025-01-07 01:17:09
175
I think we can add CustomNumberEditor and CustomBooleanEditor to EXCLUDED_EDITORS since the standard conversion service ...
SpringBoot spring.codec.max-in-memory-size does not seem to be honored for JSON decoding
2025-01-07 01:17:05
2001
Hello,while trying to decode a bigger JSON payload with the following code, I run into the problem that the in memory bu...
SpringBoot Support autoconfigure additional redis instances
2025-01-07 01:17:02
1376
It's common to connect multiple redis servers in the sample application, currently It's not easy to reuse RedisAutoConfi...
SpringBoot Inconsistency when processing an embedded multi-document application.yml vs multi-document config files serviced by the config server
2025-01-07 01:16:58
1811
I have an embedded application.yml which includes 2 profile sections (profile1 and profile2). I also am using a config s...
上一页
下一页
1
…
2007
2008
2009
2010
2011
…
2246
.