Update the README and the configuration.
This commit is contained in:
@@ -6,7 +6,7 @@ import space.kklochko.jpa_hospital_example.db.factories.EntityManagerConnection;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
EntityManager manager = (new EntityManagerConnection()).connect();
|
||||
EntityManager manager = (new EntityManagerConnection("jpa_hospital_example")).connect();
|
||||
|
||||
CLI cli = new CLI(manager);
|
||||
cli.run();
|
||||
|
||||
Reference in New Issue
Block a user