26 Star 89 Fork 23

t0mZ / xatomic

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
build.gradle 1001 Bytes
Copy Edit Web IDE Raw Blame History
zhufeifei authored 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'
}
Java
1
https://gitee.com/t0mZ/xatomic.git
git@gitee.com:t0mZ/xatomic.git
t0mZ
xatomic
xatomic
master

Search

14c37bed 8189591 565d56ea 8189591