build.gradle 164 B

123456
  1. dependencies {
  2. compile "org.springframework:spring-web"
  3. compile "org.springframework:spring-context"
  4. compile "$fastjson"
  5. testCompile "junit:junit"
  6. }