經常出現的錯誤
Spring Boot 启动:No active profile set, falling back to default profiles: default
加個依賴就搞定
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
經常出現的錯誤
加個依賴就搞定
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>