diff --git a/projet_maven/.classpath b/projet_maven/.classpath
new file mode 100644
index 0000000..d54f835
--- /dev/null
+++ b/projet_maven/.classpath
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/projet_maven/.project b/projet_maven/.project
new file mode 100644
index 0000000..c8700e3
--- /dev/null
+++ b/projet_maven/.project
@@ -0,0 +1,23 @@
+
+
+ ProjetPDLA
+
+
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+
+ org.eclipse.m2e.core.maven2Builder
+
+
+
+
+
+ org.eclipse.jdt.core.javanature
+ org.eclipse.m2e.core.maven2Nature
+
+
diff --git a/projet_maven/codebdd.txt b/projet_maven/codebdd.txt
new file mode 100644
index 0000000..ce7a3ff
--- /dev/null
+++ b/projet_maven/codebdd.txt
@@ -0,0 +1,2 @@
+cmd: mysql -h srv-bdens.insa-toulouse.fr --port=3306 -u projet_gei_023 -p projet_gei_023
+mdp: ohQu4ood
\ No newline at end of file
diff --git a/projet_maven/pom.xml b/projet_maven/pom.xml
new file mode 100644
index 0000000..61ea1eb
--- /dev/null
+++ b/projet_maven/pom.xml
@@ -0,0 +1,55 @@
+
+ 4.0.0
+ fr.insa.maven.pdla
+ ProjetPDLA
+ 0.0.1-SNAPSHOT
+
+
+ 23
+ 23
+
+
+
+
+
+
+ junit
+ junit
+ 4.13.2
+ test
+
+
+
+
+ org.postgresql
+ postgresql
+ 42.7.4
+
+
+
+
+ com.mysql
+ mysql-connector-j
+ 9.0.0
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+
+ true
+ fr.pdla.demo.HelloClass
+
+
+
+
+
+
+
+
\ No newline at end of file