Polish sample package names
This commit is contained in:
@@ -29,7 +29,6 @@ public class SampleMongoApplication implements CommandLineRunner {
|
||||
|
||||
@Override
|
||||
public void run(String... args) throws Exception {
|
||||
|
||||
this.repository.deleteAll();
|
||||
|
||||
// save a couple of customers
|
||||
@@ -54,10 +53,10 @@ public class SampleMongoApplication implements CommandLineRunner {
|
||||
for (Customer customer : this.repository.findByLastName("Smith")) {
|
||||
System.out.println(customer);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
SpringApplication.run(SampleMongoApplication.class, args);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user