plugins { } dependencies { compile "org.springframework.boot:spring-boot-starter-web:${spring_boot_starter}" compile "org.springframework.boot:spring-boot-starter-aop:${spring_boot_starter}" compile "com.alibaba:druid-spring-boot-starter:${druid_spring_boot_starter}" compile "com.github.penggle:kaptcha:${kaptcha}" compile "com.github.oshi:oshi-core:${oshi}" compile "org.projectlombok:lombok:${lombok}" compile project(':eccs-system') compile project(':eccs-common') } description = 'eccs-framework'