Initial commit: MSH System\n\n- msh_single_uniapp: Vue 2 + UniApp 前端(微信小程序/H5/App/支付宝小程序)\n- msh_crmeb_22: Spring Boot 2.2 后端(C端API/管理端/业务逻辑)\n- models-integration: AI服务集成(Coze/KieAI/腾讯ASR)\n- docs: 产品文档与设计稿
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
[versions]
|
||||
spring-boot = "3.2.3"
|
||||
spring-dependency = "1.1.4"
|
||||
junit = "5.10.0"
|
||||
snakeyaml = "2.0"
|
||||
coze = "0.2.0"
|
||||
|
||||
[libraries]
|
||||
spring-boot-starter-web = { group = "org.springframework.boot", name = "spring-boot-starter-web" }
|
||||
spring-boot-starter-actuator = { group = "org.springframework.boot", name = "spring-boot-starter-actuator" }
|
||||
spring-boot-configuration = { group = "org.springframework.boot", name = "spring-boot-configuration-processor" }
|
||||
lombok = { group = "org.projectlombok", name = "lombok" }
|
||||
snakeyaml = { group = "org.yaml", name = "snakeyaml", version.ref = "snakeyaml" }
|
||||
jackson-databind = { group = "com.fasterxml.jackson.core", name = "jackson-databind" }
|
||||
jackson-yaml = { group = "com.fasterxml.jackson.dataformat", name = "jackson-dataformat-yaml" }
|
||||
coze-api = { group = "com.coze", name = "coze-api", version.ref = "coze" }
|
||||
spring-boot-test = { group = "org.springframework.boot", name = "spring-boot-starter-test" }
|
||||
junit-bom = { group = "org.junit", name = "junit-bom", version.ref = "junit" }
|
||||
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter" }
|
||||
|
||||
[plugins]
|
||||
spring-boot = { id = "org.springframework.boot", version.ref = "spring-boot" }
|
||||
spring-dependency = { id = "io.spring.dependency-management", version.ref = "spring-dependency" }
|
||||
BIN
models-integration/coze_oauth_java_jwt/gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
BIN
models-integration/coze_oauth_java_jwt/gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
Binary file not shown.
6
models-integration/coze_oauth_java_jwt/gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
6
models-integration/coze_oauth_java_jwt/gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
#Wed Jan 15 10:45:35 CST 2025
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
Reference in New Issue
Block a user