fix start of spring-boot-mvc

This commit is contained in:
Loredana Crusoveanu 2018-09-22 20:29:17 +03:00
parent 49bcb08b44
commit d1ee152d6c
4 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
package com.baeldung.springbootmvc.nosuchbeandefinitionexception;
package com.baeldung.nosuchbeandefinitionexception;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;

View File

@ -0,0 +1,5 @@
package com.baeldung.nosuchbeandefinitionexception;
public class BeanB {
}

View File

@ -1,4 +1,4 @@
package com.baeldung.springbootmvc.nosuchbeandefinitionexception;
package com.baeldung.nosuchbeandefinitionexception;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

View File

@ -1,5 +0,0 @@
package com.baeldung.springbootmvc.nosuchbeandefinitionexception;
public class BeanB {
}