BAEL-1776: Add description and change module name (#4607)
* Add description and change module name * Fix mvn parent in spring-boot-custom-starter
This commit is contained in:
committed by
KevinGilmore
parent
59277b4339
commit
bebaf6d339
@@ -5,7 +5,7 @@ import org.springframework.boot.CommandLineRunner;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
import com.baeldung.greeter.Greeter;
|
||||
import com.baeldung.greeter.library.Greeter;
|
||||
|
||||
@SpringBootApplication
|
||||
public class GreeterSampleApplication implements CommandLineRunner {
|
||||
|
||||
@@ -10,7 +10,7 @@ import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
|
||||
|
||||
import com.baeldung.greeter.Greeter;
|
||||
import com.baeldung.greeter.library.Greeter;
|
||||
|
||||
@RunWith(SpringJUnit4ClassRunner.class)
|
||||
@SpringBootTest(classes = GreeterSampleApplication.class)
|
||||
|
||||
Reference in New Issue
Block a user