|
@@ -3,6 +3,28 @@ spring:
|
|
|
active: dev
|
|
|
|
|
|
|
|
|
+mybatis-plus:
|
|
|
+ mapper-locations: classpath*:/mapper/*.xml
|
|
|
+ type-aliases-package: com.imed.costaccount.model
|
|
|
+
|
|
|
+ global-config:
|
|
|
+ db-config:
|
|
|
+ id-type: auto
|
|
|
+ logic-not-delete-value: NULL
|
|
|
+ logic-delete-value: UNIX_TIMESTAMP(NOW()) * 1000
|
|
|
+ banner: false
|
|
|
+ configuration:
|
|
|
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
+
|
|
|
+#日志
|
|
|
+# log config
|
|
|
+logging:
|
|
|
+ config: classpath:log4j2.xml
|
|
|
+ level:
|
|
|
+ io.swagger.models.parameters.AbstractSerializableParameter: error
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
cost:
|
|
|
jwt:
|
|
|
secret: 12321312asdsdsfdfsd
|