fix: 移除损坏的 Claude gitlink 并同步业务与文档更新
- 从索引移除误记录的 .claude/worktrees gitlink(旧绝对路径会导致 git 命令失败) - 新增根目录 .gitignore 忽略 .claude/worktrees 与 .DS_Store - 后端:Coze/知识库、ResultAdvice、应用配置 - 前端 uniapp:AI 营养、食物百科等页面与 API - 更新 README、测试文档与 shop-msh.sql Made-with: Cursor
This commit is contained in:
@@ -8,17 +8,19 @@ server:
|
||||
|
||||
spring:
|
||||
datasource:
|
||||
name: shop_msh
|
||||
name: shop-msh
|
||||
type: com.alibaba.druid.pool.DruidDataSource
|
||||
driver-class-name: com.mysql.jdbc.Driver
|
||||
url: jdbc:mysql://118.89.113.119:3306/${spring.datasource.name}?useUnicode=true&serverTimezone=GMT%2B8&characterEncoding=utf8
|
||||
username: baisui
|
||||
password: fFmTJhBEFSnYGYW7
|
||||
url: jdbc:mysql://49.235.131.69:3306/${spring.datasource.name}?useUnicode=true&serverTimezone=GMT%2B8&characterEncoding=utf8
|
||||
username: root
|
||||
password: mogu2018
|
||||
|
||||
redis:
|
||||
host: 118.89.113.119 #地址
|
||||
host: 49.235.131.69 #地址 118.89.113.119 49.235.131.69
|
||||
port: 6379 #端口
|
||||
password: 'UthinkCloud2017'
|
||||
password: 'mogu2018'
|
||||
timeout: 10000 # 连接超时时间(毫秒)
|
||||
database: 26 #默认数据库
|
||||
database: 3 #默认数据库
|
||||
jedis:
|
||||
pool:
|
||||
max-active: 200 # 连接池最大连接数(使用负值表示没有限制)
|
||||
@@ -35,7 +37,7 @@ logging:
|
||||
org.springframework.boot.autoconfigure: ERROR
|
||||
config: classpath:logback-spring.xml
|
||||
file:
|
||||
path: ./crmeb_log
|
||||
path: ./logs
|
||||
|
||||
# mybatis 配置
|
||||
mybatis-plus:
|
||||
|
||||
@@ -38,7 +38,7 @@ server:
|
||||
|
||||
spring:
|
||||
profiles:
|
||||
active: jxz
|
||||
active: sophia
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 50MB #设置单个文件大小
|
||||
|
||||
Reference in New Issue
Block a user