|
@@ -1,7 +1,7 @@
|
|
|
server:
|
|
|
servlet:
|
|
|
context-path: /
|
|
|
- port: 8801
|
|
|
+ port: 8802
|
|
|
sa-token:
|
|
|
activity-timeout: 18000
|
|
|
token-name: token
|
|
@@ -23,7 +23,7 @@ spring:
|
|
|
max-file-size: 1000MB
|
|
|
max-request-size: 1000MB
|
|
|
profiles:
|
|
|
- active: dev
|
|
|
+ active:
|
|
|
jackson:
|
|
|
default-property-inclusion: non_null
|
|
|
serialization:
|
|
@@ -35,9 +35,10 @@ mybatis-plus:
|
|
|
typeAliasesPackage: cn.cslg.permission.entity
|
|
|
global-config:
|
|
|
db-config:
|
|
|
+ logic-delete-field: isDelete
|
|
|
id-type: AUTO
|
|
|
- logic-delete-value: 0
|
|
|
- logic-not-delete-value: 1
|
|
|
+ logic-delete-value: 1
|
|
|
+ logic-not-delete-value: 0
|
|
|
configuration:
|
|
|
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
map-underscore-to-camel-case: true
|