chore(config): 更新开发环境数据库和Redis配置

- 将application.yml中的active profile由glt2改为dev
- 更新application-dev.yml中的MySQL连接信息,包括url、用户名和密码
- 修改Redis服务器地址以匹配新的环境设置
- 添加新文件expert-history.json和MEMORY.md用于记录扩展历史和内存使用情况
This commit is contained in:
2026-04-12 21:30:49 +08:00
parent 800b4f6f93
commit 8b83e4862f
2 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ server:
# 多环境配置
spring:
profiles:
active: glt2
active: dev
application:
name: server