1
0

build.gradle 538 B

1234567891011121314151617
  1. plugins {
  2. }
  3. dependencies {
  4. compile "org.springframework.boot:spring-boot-starter-web:${spring_boot_starter}"
  5. compile "org.springframework.boot:spring-boot-starter-aop:${spring_boot_starter}"
  6. compile "com.alibaba:druid-spring-boot-starter:${druid_spring_boot_starter}"
  7. compile "com.github.penggle:kaptcha:${kaptcha}"
  8. compile "com.github.oshi:oshi-core:${oshi}"
  9. compile "org.projectlombok:lombok:${lombok}"
  10. compile project(':eccs-system')
  11. compile project(':eccs-common')
  12. }
  13. description = 'eccs-framework'