配置文件spring:
jmx: #### 关闭springboot JMX监控
enabled: false
main: #### 使用懒加载
lazy-initialization: true
为注解模式添加索
2026-03-03