The way creating no-arg constructor in kotlin
https://minkwon4.tistory.com/181 https://stackoverflow.com/questions/12862659/how-to-verify-that-a-specific-method-was-not-called-using-mockito https://sup2is.tistory.com/105
https://minkwon4.tistory.com/181 https://stackoverflow.com/questions/12862659/how-to-verify-that-a-specific-method-was-not-called-using-mockito https://sup2is.tistory.com/105
import eureka-client 123456789101112131415161718// build.gradle.ktsrepositories { // ... maven (url = "https://repo.spring.io/milestone")}dependencies { // ... imp
1.BeanCreationException: Error creating bean with name 'configurationPropertiesBeans' defined in class path resource [org/springframework/cloud/autoconfigure/ConfigurationPropertiesRebinderA
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
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
I saw the error with message ‘One To One’ attribute type should not be ‘Member’ when i mapped each entities are existed in different module. in this case, You should define @EntityScan annotation to f
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)
I had a problem that i can’t build my project in the jitpack.io. but this project is built well in my local computer. so i don’t know why it is happend. and finally i found the reason. when i build my
Initialize default value for all of parameters.123456789class Sheet( @Id val id: Long = 1, val name: String = "", val author: String = "",) {} Create secondar
12345678910111213141516plugins { // ... id 'maven-publish'}publishing { publications { maven(MavenPublication) { groupId = 'com.kian.