Skip to content

Commit

Permalink
#48 remove controller log aspect
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin2lee committed Feb 24, 2021
1 parent 027c114 commit 872578e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 130 deletions.
127 changes: 0 additions & 127 deletions src/main/java/com/webank/taskman/aspect/ControllerLogAspect.java

This file was deleted.

3 changes: 0 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ mybatis-plus:
logic-not-delete-value: 0
logic-delete-value: 1

#分页插件
pagehelper:
helperDialect: mysql
paramsCount: countSql
Expand Down Expand Up @@ -81,8 +80,6 @@ service:
system-code: SYS_SRV_MGMT
jwt-signing-key: ${JWT_SIGNING_KEY:}
property-encrypt-key-path: ${PROPERTY_ENCRYPT_KEY_PATH:/data/certs/rsa_key}
aspect-log-controller: true
aspect-log-controller-printResult: false

logging:
level:
Expand Down

0 comments on commit 872578e

Please sign in to comment.