build.gradle 197 B

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