feat: 添加 spring-boot-storage starter.
This commit is contained in:
@@ -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 -->
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user