spring boot之问题汇总

此处采用spring boot 1.5.14 版本,配置文件选取yml格式

1.No active profile set, falling back to default profiles: default

缺少默认profile:

profiles:
  active: active

2.HV000184: ParameterMessageInterpolator has been chosen, EL interpolation will not be supported

spring boot之问题汇总_第1张图片

 

你可能感兴趣的:(Spring,Boot)