review code.

This commit is contained in:
lijiahang
2023-07-06 15:01:36 +08:00
parent 27bf523001
commit 87d919c742
17 changed files with 138 additions and 83 deletions

View File

@@ -67,7 +67,10 @@
<dependency>
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-spring-boot-starter-storage</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-spring-boot-starter-security</artifactId>
</dependency>
<!-- orion-ops biz-modules -->

View File

@@ -75,8 +75,8 @@ mybatis-plus:
global-config:
db-config:
logic-delete-field: deleted
logic-not-delete-value: 1
logic-delete-value: 2
logic-not-delete-value: 0
logic-delete-value: 1
springdoc:
api-docs: