Commit 19e5b31d597241e971ccab47abad3e0477ab46d3
1 parent
78b38905
根配置
Showing
1 changed file
with
7 additions
and
2 deletions
src/main/resources/bootstrap.yml
@@ -16,9 +16,14 @@ spring: | @@ -16,9 +16,14 @@ spring: | ||
16 | prefix: ${spring.application.name} | 16 | prefix: ${spring.application.name} |
17 | context-path: /nacos | 17 | context-path: /nacos |
18 | file-extension: properties | 18 | file-extension: properties |
19 | + extension-configs: | ||
20 | + - dataId: common.properties | ||
21 | + refresh: false | ||
19 | profiles: | 22 | profiles: |
20 | active: dev | 23 | active: dev |
21 | - | ||
22 | mybatis: | 24 | mybatis: |
23 | mapper-locations: classpath:mapping/com/diligrp/xtrade/*product/*Dao.xml | 25 | mapper-locations: classpath:mapping/com/diligrp/xtrade/*product/*Dao.xml |
24 | - type-aliases-package: com.diligrp.xtrade.*.domain.entity | ||
25 | \ No newline at end of file | 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 |