build.gradle 364 B

12345678910
  1. dependencies {
  2. compile "org.springframework:spring-web"
  3. compile "org.springframework:spring-context"
  4. compile 'commons-codec:commons-codec'
  5. compile "$fastjson"
  6. compile 'org.springframework.boot:spring-boot-starter'
  7. compileOnly 'javax.servlet:javax.servlet-api'
  8. compile project(":framework:framework-core")
  9. testCompile "junit:junit"
  10. }