entity-修改仓库地址,集成mybatisGenerator

This commit is contained in:
limqhz
2020-07-22 15:27:34 +08:00
parent aca20d5427
commit 048ccc2d05
6 changed files with 138 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
}
repositories {
maven {
url 'http://maven.aliyun.com/nexus/content/groups/public/'
url 'https://maven.aliyun.com/repository/public'
}
}
dependencies {
@@ -23,7 +23,7 @@ sourceCompatibility = 1.8
repositories {
//mavenCentral()
maven {
url 'http://maven.aliyun.com/nexus/content/groups/public/'
url 'https://maven.aliyun.com/repository/public'
}
}
@@ -44,4 +44,3 @@ dependencies {
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}