初始化git 基础代码

This commit is contained in:
bao
2026-01-14 08:37:21 +08:00
commit e52b622a52
295 changed files with 18426 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
{
"groups": [
{
"name": "aliyun",
"type": "com.heima.common.aliyun.GreenImageScan",
"sourceType": "com.heima.common.aliyun.GreenImageScan"
},
{
"name": "aliyun",
"type": "com.heima.common.aliyun.GreenTextScan",
"sourceType": "com.heima.common.aliyun.GreenTextScan"
},
{
"name": "tess4j",
"type": "com.heima.common.tess4j.Tess4jClient",
"sourceType": "com.heima.common.tess4j.Tess4jClient"
}
],
"properties": [
{
"name": "aliyun.access-key-id",
"type": "java.lang.String",
"sourceType": "com.heima.common.aliyun.GreenImageScan"
},
{
"name": "aliyun.access-key-id",
"type": "java.lang.String",
"sourceType": "com.heima.common.aliyun.GreenTextScan"
},
{
"name": "aliyun.scenes",
"type": "java.lang.String",
"sourceType": "com.heima.common.aliyun.GreenImageScan"
},
{
"name": "aliyun.secret",
"type": "java.lang.String",
"sourceType": "com.heima.common.aliyun.GreenImageScan"
},
{
"name": "aliyun.secret",
"type": "java.lang.String",
"sourceType": "com.heima.common.aliyun.GreenTextScan"
},
{
"name": "tess4j.data-path",
"type": "java.lang.String",
"sourceType": "com.heima.common.tess4j.Tess4jClient"
},
{
"name": "tess4j.language",
"type": "java.lang.String",
"sourceType": "com.heima.common.tess4j.Tess4jClient"
}
],
"hints": []
}

View File

@@ -0,0 +1,8 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.heima.common.exception.ExceptionCatch,\
com.heima.common.swagger.SwaggerConfiguration,\
com.heima.common.swagger.Swagger2Configuration,\
com.heima.common.aliyun.GreenTextScan,\
com.heima.common.aliyun.GreenImageScan,\
com.heima.common.tess4j.Tess4jClient,\
com.heima.common.redis.CacheService