当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
22 Star 25 Fork 9

最爱吃小鱼/CodeAuto.IntelliJ-Plugin
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
seven 提交于 2017-11-30 11:11 . 增加mysql decimal类型的映射支持
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath("gradle.plugin.org.jetbrains.intellij.plugins:gradle-intellij-plugin:0.2.17")
}
}
group 'com.seven'
version '1.1.11'
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'org.jetbrains.intellij'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compile 'org.springframework:spring-jdbc:4.2.4.RELEASE'
compile ('com.jolbox:bonecp:0.8.0.RELEASE') {
exclude group:'org.slf4j', module: 'slf4j-api'
}
compile ('com.jolbox:bonecp-spring:0.8.0.RELEASE') {
exclude group:'org.slf4j', module: 'slf4j-api'
}
compile 'org.freemarker:freemarker:2.3.20'
compile 'mysql:mysql-connector-java:5.1.23'
compile 'org.yaml:snakeyaml:1.16'
compile 'commons-io:commons-io:2.4'
}
intellij {
localPath '/Applications/IntelliJ IDEA.app' // 使用本地安装的版本
updateSinceUntilBuild false
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/poet/CodeAuto.IntelliJ-Plugin.git
git@gitee.com:poet/CodeAuto.IntelliJ-Plugin.git
poet
CodeAuto.IntelliJ-Plugin
CodeAuto.IntelliJ-Plugin
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385