Commit 466d417f by Administrator

Update application.yml

parent b78e38ed
...@@ -99,8 +99,7 @@ management: ...@@ -99,8 +99,7 @@ management:
endpoints: endpoints:
web: web:
exposure: exposure:
include: health include: 'health'
exclude: '*'
mybatis-plus: mybatis-plus:
mapper-locations: classpath:/mapper/**/*Mapper.xml #XML扫描 mapper-locations: classpath:/mapper/**/*Mapper.xml #XML扫描
typeAliasesPackage: com.techhero.**.model.entity #实体扫描 多个package用逗号或者分号分隔 typeAliasesPackage: com.techhero.**.model.entity #实体扫描 多个package用逗号或者分号分隔
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment