Exception in thread "main" org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.example.repo.StudentRepo' available
我正在使用Gradle将我的spring引导项目构建成一个war文件。我想使用不同的配置文件构建不同风格的war文件。Boot application with the dev profile" tasks.bootRun.configure {
systemProperty("spring.profiles.active", "dev"