#55 Changed Hibernate to create-drop mode
This commit is contained in:
@ -5,6 +5,7 @@ import java.util.List;
|
||||
import org.springframework.context.support.ClassPathXmlApplicationContext;
|
||||
|
||||
public class App {
|
||||
|
||||
public static void main(String[] args) {
|
||||
ClassPathXmlApplicationContext context = new ClassPathXmlApplicationContext(
|
||||
"applicationContext.xml");
|
||||
|
Reference in New Issue
Block a user