前言
每次创建java项目都不能很好的找到jar包,使用gradle导入jar包,每次都要找老长时间了,所以这次做一个合集,以后再次创建java项目,可以直接来复制就可以,希望对大家有用.
compile 'com.alibaba:fastjson:1.2.73'
compile ('org.springframework.boot:spring-boot-starter-log4j2')
compile group: 'com.alibaba', name: 'druid', version: '1.0.31'
compile('net.sourceforge.nekohtml:nekohtml:1.9.22')
compile 'org.json:json:20160212'
compile 'commons-httpclient:commons-httpclient:3.1'
compile group: 'org.mybatis.generator', name: 'mybatis-generator-core', version: '1.3.5'
compile group: 'com.github.pagehelper', name: 'pagehelper', version: '5.1.2'
以后会陆续更新上去