dependencies { implementation project(':common') runtimeOnly 'org.postgresql:postgresql' } bootJar { archiveFileName = "recommend.jar" }