Nineya
Home
Blog
SpringBoot Upgrade Java 17 version in CI image
2025-01-07 01:38:05
130
https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.1%2B12/OpenJDK17U-jdk_x64_linux_hotspot_17.0.1...
SpringBoot Upgrade Java 11 version in CI image
2025-01-07 01:38:02
130
https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.13%2B8/OpenJDK11U-jdk_x64_linux_hotspot_11.0.1...
SpringBoot Upgrade Java 8 version in CI image
2025-01-07 01:37:59
124
https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u312-b07/OpenJDK8U-jdk_x64_linux_hotspot_8u312b07.ta...
SpringBoot Upgrade Java 17 version in CI image
2025-01-07 01:37:56
130
https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.1%2B12/OpenJDK17U-jdk_x64_linux_hotspot_17.0.1...
SpringBoot Upgrade Java 11 version in CI image
2025-01-07 01:37:53
130
https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.13%2B8/OpenJDK11U-jdk_x64_linux_hotspot_11.0.1...
SpringBoot Upgrade Java 8 version in CI image
2025-01-07 01:37:49
124
https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u312-b07/OpenJDK8U-jdk_x64_linux_hotspot_8u312b07.ta...
SpringBoot Upgrade Java 11 version in CI image
2025-01-07 01:37:46
130
https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.13%2B8/OpenJDK11U-jdk_x64_linux_hotspot_11.0.1...
SpringBoot Upgrade Java 8 version in CI image
2025-01-07 01:37:43
124
https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u312-b07/OpenJDK8U-jdk_x64_linux_hotspot_8u312b07.ta...
SpringBoot Incorrect systemd service unit deployment install documentation
2025-01-07 01:37:40
5617
The https://docs.spring.io/spring-boot/docs/current/reference/html/deployment-install.htmlchapter 64.2.2 Installation as...
SpringBoot Accessing the prototype loggers into non-spring managed classes
2025-01-07 01:37:36
2111
I've my Logger bean configured as below, for some specific requirements I need to access the Logger into some of the cla...
SpringBoot Provide automatic support for Logger injection
2025-01-07 01:37:33
5088
Recently, Spring added InjectionPoint which allows the context to retrieve some information about where a bean is being ...
SpringBoot Enhance PropertySources to be profile aware
2025-01-07 01:37:29
10533
Boot's feature of loading application-${profile}.properties/yml is excellent, but it would be great to see this extended...
SpringBoot Improve documentation on using an embedded ActiveMQ broker
2025-01-07 01:37:25
161
See https://github.com/spring-projects/spring-boot/issues/15296Comment From: wilkinsona@phxql Thanks very much for makin...
SpringBoot Document how to provide runtime JVM arguments when building an image
2025-01-07 01:37:22
9175
Hi I'm using Spring Boot 2.3.0 and JDK 14.0.1 and want to pack my application using new buildpack feature in Spring Boot...
SpringBoot Kotlin: variables in constructor with @ConfigurationProperties can not refresh
2025-01-07 01:37:18
2001
Moved from spring-cloud-kubernetes.I found a similar issue #823. Finally the author said:You were right. The issue was w...
SpringBoot spring data mongodb automatically is trying to connect to 127.0.0.1:27017 instead of mongo db server specified in application.properties
2025-01-07 01:37:15
14976
Spring version: 2.5.1application.yml spring.data.mongodb: database: xxxx uri: mongodb://xxx:xxx@xxxxx authentication-...
SpringBoot RemoteClientConfigurationTests.liveReloadOnClassPathChanged() is flaky
2025-01-07 01:37:11
203
The test will fail if the thread on which DelayedLiveReloadTrigger runs isn't scheduled within 2 seconds. We should use ...
SpringBoot Support both kebab-case and camelCase as Spring init CLI Options
2025-01-07 01:37:07
623
Spring init CLI to support both kebab-case and camelCase as project generation options. This PR addresses the issue #268...
SpringBoot Upgrade to Commons Compress 1.21
2025-01-07 01:37:03
3937
During the security scan of my project this library got caught as a security vulnerability (Unpatched Library CVE-2021-3...
SpringBoot Actuator with different port
2025-01-07 01:36:57
2265
I am trying to use a actuator on a different port like: management.server.port=8081 I also use a custom register viewRes...
上一页
下一页
1
…
1994
1995
1996
1997
1998
…
2246
.