- dependencies {
- compile "org.springframework:spring-web"
- compile "org.springframework:spring-context"
- compile 'commons-codec:commons-codec'
- compile "$fastjson"
- compile 'org.springframework.boot:spring-boot-starter'
- compileOnly 'javax.servlet:javax.servlet-api'
- compile project(":framework:framework-core")
- testCompile "junit:junit"
- }
|