1 Star 0 Fork 0

nofeng囝 / spring-boot-mybatis-sharding-db

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.03 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
nofeng.zhang 提交于 2020-09-02 10:18 . 初始化项目
plugins {
id 'org.springframework.boot' version '2.3.3.RELEASE'
id 'io.spring.dependency-management' version '1.0.10.RELEASE'
id 'java'
}
group = 'com.nofeng'
version = '0.0.1-SNAPSHOT'
repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-configuration-processor'
implementation 'org.springframework.boot:spring-boot-starter-aop'
implementation 'com.alibaba:druid-spring-boot-starter:1.1.10'
implementation 'org.projectlombok:lombok:1.14.0'
implementation 'com.alibaba:fastjson:1.2.29'
implementation 'org.springframework:spring-jdbc:5.2.8.RELEASE'
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:2.1.0'
//implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:2.1.3'
runtimeOnly 'mysql:mysql-connector-java'
testImplementation('org.springframework.boot:spring-boot-starter-test') {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
}
test {
useJUnitPlatform()
}
Java
1
https://gitee.com/gznofeng/spring-boot-mybatis-sharding-db.git
git@gitee.com:gznofeng/spring-boot-mybatis-sharding-db.git
gznofeng
spring-boot-mybatis-sharding-db
spring-boot-mybatis-sharding-db
master

搜索帮助

14c37bed 8189591 565d56ea 8189591