You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
2.1 KiB
86 lines
2.1 KiB
# ===============================
|
|
# 基础项目信息
|
|
# ===============================
|
|
mainModule: test-ai
|
|
moduleName: test-user-api
|
|
groupId: com.test.ai
|
|
author: snail
|
|
wechat: ot_bus
|
|
baseDir: "./"
|
|
outputDir: /${mainModule}/${moduleName}/src/main
|
|
# 是否启用 Lombok
|
|
entityLombokModel: true
|
|
|
|
# 是否生成 REST 风格 Controller
|
|
restControllerStyle: true
|
|
|
|
# ===============================
|
|
# 包路径配置
|
|
# ===============================
|
|
package:
|
|
Models: models
|
|
Base: com.test.api
|
|
Common: ${package.Base}.${package.Models}.common
|
|
Entity: ${package.Base}.${package.Models}.entity
|
|
Service: ${package.Base}.${package.Models}.service
|
|
ServiceImpl: ${package.Base}.${package.Models}.service.impl
|
|
Controller: ${package.Base}.${package.Models}.controller
|
|
Mapper: ${package.Base}.${package.Models}.mapper
|
|
|
|
# ===============================
|
|
# 数据库配置
|
|
# ===============================
|
|
db:
|
|
host: 192.168.1.80
|
|
port: 3728
|
|
user: root
|
|
password: Khq#P9hZ4L@EwCZw
|
|
database: health_ai_b
|
|
|
|
# ===============================
|
|
# 应用级配置
|
|
# ===============================
|
|
application:
|
|
name: ${moduleName}
|
|
version: 1.0.0
|
|
author: snail
|
|
|
|
package:
|
|
base: ${package.Base}
|
|
|
|
# ---------- Redis ----------
|
|
redis:
|
|
host: 192.168.1.1
|
|
port: 6379
|
|
password: redis_Hkhtz7
|
|
database: 4
|
|
|
|
# ---------- MinIO ----------
|
|
minio:
|
|
host: 192.168.1.1
|
|
port: 9001
|
|
accessKey: BHB4X5zgZXuzQE6ku31e
|
|
secretKey: NZgHX5LhtAVD1KdaucL0EVWy6IQk4owdZLA2A7wi
|
|
bucketName: health-bucket
|
|
downloadDir: /data/excel
|
|
|
|
# ---------- XXL-JOB ----------
|
|
xxlJob:
|
|
addresses: http://192.168.1.88:8800/xxl-job-admin
|
|
accessToken: xxljobTokenQ
|
|
address: 192.168.1.1:9999
|
|
ip: 192.168.1.1
|
|
port: 9998
|
|
|
|
# ---------- Eureka ----------
|
|
eureka:
|
|
host: 192.168.1.1
|
|
port: 8761
|
|
|
|
# ---------- DB(应用内复用) ----------
|
|
db:
|
|
host: 192.168.1.80
|
|
port: 3728
|
|
user: root
|
|
password: Khq#P9hZ4L@EwCZw
|
|
database: health_ai_b
|