diff --git a/src/main/resources/META-INF/persistence.xml b/src/main/resources/META-INF/persistence.xml deleted file mode 100644 index 7d2cf4c..0000000 --- a/src/main/resources/META-INF/persistence.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - com.objectdb.jpa.Provider - - - org.lapaloma.concesionario.vo.Coche - - - - - - - - - - - - org.hibernate.jpa.HibernatePersistenceProvider - - - org.lapaloma.concesionario.vo.Coche - - - - - - - - - - - - - - - - - - org.hibernate.jpa.HibernatePersistenceProvider - - - org.lapaloma.concesionario.vo.Coche - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/main/resources/hibernate.cfg.xml b/src/main/resources/hibernate.cfg.xml deleted file mode 100644 index ded6dcc..0000000 --- a/src/main/resources/hibernate.cfg.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - jdbc:mysql://192.168.1.36:3306/Concesionario - com.mysql.cj.jdbc.Driver - - org.hibernate.dialect.MySQLDialect - - root - mysql_123 - - - none - false - true - - - - - - \ No newline at end of file