feat(ik3cloud): 初始化项目基础配置与部门模块
- 添加 .gitignore 忽略规则 - 实现应用配置加载与管理逻辑 - 添加默认配置文件 app.ini - 配置 Gitea CI/CD 工作流用于构建和部署 - 实现金蝶云客户端初始化功能 - 添加 RPC 插件支持 Consul 注册中心 - 实现部门数据获取及树形结构处理逻辑 - 添加通用工具函数库 - 初始化 Go 模块依赖管理 - 创建 Dockerfile 用于服务容器化部署
This commit is contained in:
32
config/app.ini
Normal file
32
config/app.ini
Normal file
@@ -0,0 +1,32 @@
|
||||
defaultModel = test
|
||||
debug = true
|
||||
|
||||
[server]
|
||||
host=localhost
|
||||
port=8081
|
||||
registryServer=127.0.0.1:8500
|
||||
basePath=ik3cloud
|
||||
|
||||
[log]
|
||||
director=log
|
||||
levels=-1,2
|
||||
showLine=true
|
||||
logInConsole=true
|
||||
prefix=
|
||||
maxAge=7
|
||||
maxSize=100
|
||||
maxBackups=30
|
||||
|
||||
[page]
|
||||
maxLimit=100
|
||||
minLimit=1
|
||||
defaultLimit=15
|
||||
|
||||
[ik3cloud]
|
||||
host=https://zjyc.ik3cloud.com/k3cloud/
|
||||
accountId=58f38bcd87527c
|
||||
username=朱继峰
|
||||
appId=342005_7eduWcHKQlGeR5XtXZ0qSwWtSM0YTOPL
|
||||
appSecret=a3d7dbf55b60406b8981d864c72b2047
|
||||
languageId=2052
|
||||
organizationNumber=666
|
||||
Reference in New Issue
Block a user