build.gradle 512 B

1234567891011121314151617181920
  1. /*
  2. * This file was generated by the Gradle 'init' task.
  3. *
  4. * This project uses @Incubating APIs which are subject to change.
  5. */
  6. plugins {
  7. id 'com.ruoyi.java-library'
  8. }
  9. dependencies {
  10. api 'org.springframework.boot:spring-boot-starter-web'
  11. api 'org.springframework.boot:spring-boot-starter-aop'
  12. api 'com.alibaba:druid-spring-boot-starter'
  13. api 'com.github.penggle:kaptcha'
  14. api 'com.github.oshi:oshi-core'
  15. api project(':ruoyi-system')
  16. }
  17. description = 'ruoyi-framework 框架核心'