26 Star 88 Fork 23

t0mZ/xatomic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1001 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhufeifei 提交于 2019-07-19 18:40 . xatomic 1.0.0
buildscript {
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
}
}
plugins {
id 'java'
}
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
//jar 包安装到本地或者远程
apply plugin: 'maven'
group = 'com.tomz'
version = '1.0.0'
sourceCompatibility = '1.8'
repositories {
mavenLocal()
maven { url "http://maven.aliyun.com/nexus/content/groups/public/"}
mavenCentral()
jcenter()
maven { url "https://repo.spring.io/snapshot" }
maven { url "https://repo.spring.io/milestone" }
}
jar {
enabled = true
}
dependencies {
//aop
implementation 'org.aspectj:aspectjweaver'
//druid DruidXADataSource 只支持到8.0.11的mysql driver
compileOnly 'mysql:mysql-connector-java'
//
compileOnly 'com.alibaba:druid-spring-boot-starter:1.1.18'
//xa
compileOnly 'org.springframework.boot:spring-boot-starter-jta-atomikos'
compileOnly 'org.mybatis.spring.boot:mybatis-spring-boot-starter:2.1.0'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/t0mZ/xatomic.git
git@gitee.com:t0mZ/xatomic.git
t0mZ
xatomic
xatomic
master

搜索帮助