SpringBoot项目启动失败No active profile set, falling back to default profiles
在pom.xml文件添加 spring-boot-starter-web依赖
org.springframework.boot spring-boot-starter-web
properties文件指定
spring.profiles.active=druid
在pom.xml文件添加 spring-boot-starter-web依赖
org.springframework.boot spring-boot-starter-web
properties文件指定
spring.profiles.active=druid