moving SpringBootPersistenceApplication class to its own package
* from com.baeldung to com.baeldung.logging to prevent it from loading contexts from other applications.
This commit is contained in:
parent
33c18f2cd5
commit
99bbdcd7f7
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung;
|
||||
package com.baeldung.logging;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
Loading…
Reference in New Issue