feat: 添加 spring-boot-storage starter.

This commit is contained in:
lijiahang
2023-07-03 11:09:29 +08:00
parent f18cba1cb6
commit f1959946f5
14 changed files with 484 additions and 0 deletions

View File

@@ -64,6 +64,11 @@
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-spring-boot-starter-log</artifactId>
</dependency>
<dependency>
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-spring-boot-starter-storage</artifactId>
<version>${revision}</version>
</dependency>
<!-- orion-ops biz-modules -->

View File

@@ -139,3 +139,8 @@ orion:
email: ljh1553488six@139.com
license: Apache-2.0
license-url: https://github.com/lijiahangmax/orion-ops-pro/blob/main/LICENSE
storage:
local:
nameAppendTraceId: true
storagePath: ${user.home}
basePath: /orion/storage/orion-ops-pro