mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-30 01:38:43 +08:00 
			
		
		
		
	1. 增加日志服务
This commit is contained in:
		| @@ -2,8 +2,8 @@ package cn.iocoder.dashboard.modules.system.service.common.impl; | ||||
|  | ||||
| import cn.iocoder.dashboard.common.exception.util.ServiceExceptionUtil; | ||||
| import cn.iocoder.dashboard.framework.file.config.FileProperties; | ||||
| import cn.iocoder.dashboard.modules.system.dal.mysql.common.SysFileMapper; | ||||
| import cn.iocoder.dashboard.modules.system.dal.dataobject.common.SysFileDO; | ||||
| import cn.iocoder.dashboard.modules.system.dal.mysql.common.SysFileMapper; | ||||
| import cn.iocoder.dashboard.modules.system.service.common.SysFileService; | ||||
| import org.springframework.stereotype.Service; | ||||
|  | ||||
|   | ||||
| @@ -120,6 +120,11 @@ spring: | ||||
|       # Spring Boot Admin Server 服务端的相关配置 | ||||
|       context-path: /admin # 配置 Spring | ||||
|  | ||||
| # 日志文件配置 | ||||
| logging: | ||||
|   file: | ||||
|     path: ${user.home}/logs/ # 日志文件的路径 | ||||
|  | ||||
| --- #################### 芋道相关配置 #################### | ||||
|  | ||||
| # 芋道配置项,设置当前项目所有自定义的配置 | ||||
|   | ||||
| @@ -120,6 +120,11 @@ spring: | ||||
|       # Spring Boot Admin Server 服务端的相关配置 | ||||
|       context-path: /admin # 配置 Spring | ||||
|  | ||||
| # 日志文件配置 | ||||
| logging: | ||||
|   file: | ||||
|     path: ${user.home}/logs/ # 日志文件的路径 | ||||
|  | ||||
| --- #################### 芋道相关配置 #################### | ||||
|  | ||||
| # 芋道配置项,设置当前项目所有自定义的配置 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV