SpringBoot Upgrade Java 17 version in CI image

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Spring version: 2.5.1application.yml spring.data.mongodb: database: xxxx uri: mongodb://xxx:xxx@xxxxx authentication-...

SpringBoot RemoteClientConfigurationTests.liveReloadOnClassPathChanged() is flaky

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

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

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

I am trying to use a actuator on a different port like: management.server.port=8081 I also use a custom register viewRes...
上一页 下一页
.