1 2 3 4 5 6
apply plugin: 'java' dependencies { compile("org.springframework.boot:spring-boot-starter-jdbc") compile project(':juick-common') }