Commit 19e5b31d597241e971ccab47abad3e0477ab46d3

Authored by miaoguoxin
1 parent 78b38905

根配置

src/main/resources/bootstrap.yml
... ... @@ -16,9 +16,14 @@ spring:
16 16 prefix: ${spring.application.name}
17 17 context-path: /nacos
18 18 file-extension: properties
  19 + extension-configs:
  20 + - dataId: common.properties
  21 + refresh: false
19 22 profiles:
20 23 active: dev
21   -
22 24 mybatis:
23 25 mapper-locations: classpath:mapping/com/diligrp/xtrade/*product/*Dao.xml
24   - type-aliases-package: com.diligrp.xtrade.*.domain.entity
25 26 \ No newline at end of file
  27 + type-aliases-package: com.diligrp.xtrade.*.domain.entity
  28 +logging:
  29 + level:
  30 + com.diligrp.xtrade.product.dao: debug
... ...