chore(config): 更新配置文件和项目名称信息

- 修改 application.yml 中 server 端口和 redis 主机及密码配置
- 新增 application-yxw.yml 生产环境配置文件,包含数据源、日志、socketio 和阿里云 OSS 配置
- pom.xml 中项目 artifactId 和 name 修改为 yxw-api
- 优化配置文件格式及注释,完善定时任务表达式配置
This commit is contained in:
2026-08-19 15:18:44 +08:00
parent 35260a773e
commit db8ab7ffad
3 changed files with 55 additions and 5 deletions
+2 -2
View File
@@ -4,10 +4,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.gxwebsoft</groupId>
<artifactId>com-gxwebsoft-server</artifactId>
<artifactId>yxw-api</artifactId>
<version>1.5.2</version>
<name>com-gxwebsoft-api</name>
<name>yxw-api</name>
<description>WebSoftApi project for Spring Boot</description>
<parent>