Home

0

Spring Cloud Version

1.BeanCreationException: Error creating bean with name 'configurationPropertiesBeans' defined in class path resource [org/springframework/cloud/autoconfigure/ConfigurationPropertiesRebinderA

0

Did you forget to provide one using @id?

when you use Redis as a Jpa Repository, You should import org.springframework.data.annotation.Id not javax.persistence.Id. 1234567891011import org.springframework.data.annotation.Idimport org.springfr

0

About java compatibility in Gradle

targetCompatibility and sourceCompatibility maps to -target release and -source release in javac. Source is basically the source language level and target is the level of the bytecode that is generate

0

let's customize jar archive file name

gradlew p option can serve the user arguments into the build.gradle. 1./gradlew clean -Pgroup=com.github.kidongYun -Pversion=master-6cae222513-1 -xtest assemble publishToMavenLoca findProperty(String)

0

Linux Commands

Check hostname1> hostname Check running process1> ps -ef | grep <substring of process name>