feat: 完成基本功能
This commit is contained in:
@@ -4,8 +4,6 @@ plugins {
|
||||
kotlin("plugin.jpa") version kotlinVersion
|
||||
kotlin("plugin.allopen") version kotlinVersion
|
||||
kotlin("plugin.spring") version kotlinVersion
|
||||
kotlin("plugin.lombok") version kotlinVersion
|
||||
id("io.freefair.lombok") version "8.11"
|
||||
id("org.springframework.boot") version "3.4.1"
|
||||
id("io.spring.dependency-management") version "1.1.7"
|
||||
}
|
||||
@@ -20,10 +18,8 @@ java {
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
url = uri("http://localhost:3105/threepartrepo")
|
||||
isAllowInsecureProtocol = true
|
||||
}
|
||||
maven("https://maven.aliyun.com/repository/central")
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user