fix start of spring-boot-mvc
This commit is contained in:
parent
49bcb08b44
commit
d1ee152d6c
|
@ -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;
|
|
@ -0,0 +1,5 @@
|
|||
package com.baeldung.nosuchbeandefinitionexception;
|
||||
|
||||
public class BeanB {
|
||||
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.springbootmvc.nosuchbeandefinitionexception;
|
||||
package com.baeldung.nosuchbeandefinitionexception;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
@ -1,5 +0,0 @@
|
|||
package com.baeldung.springbootmvc.nosuchbeandefinitionexception;
|
||||
|
||||
public class BeanB {
|
||||
|
||||
}
|
Loading…
Reference in New Issue