From 43fcf1306d23541cb676037902388f617c11ce7b Mon Sep 17 00:00:00 2001 From: Edith Soares Date: Fri, 21 May 2021 17:34:17 -0300 Subject: [PATCH] Refactor: adding class diagram --- README.md | 17 ----------------- src/test/resources/application.properties | 10 ---------- 2 files changed, 27 deletions(-) delete mode 100644 src/test/resources/application.properties diff --git a/README.md b/README.md index 517b965..4149bba 100644 --- a/README.md +++ b/README.md @@ -196,23 +196,6 @@ _Product_

-
- - Maria Tereza -
Larissa Palhao
-

-
- - - - - - - - - -

- \ No newline at end of file diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties deleted file mode 100644 index 6b121dd..0000000 --- a/src/test/resources/application.properties +++ /dev/null @@ -1,10 +0,0 @@ -spring.h2.console.enabled=true -spring.h2.console.path=/h2 -spring.datasource.url=jdbc:h2:mem:teste -spring.datasource.driver-class-name=org.h2.Driver -spring.datasource.username=sa -spring.datasource.password=password -spring.jpa.database-platform=org.hibernate.dialect.H2Dialect -server.port=8080 -spring.jpa.hibernate.ddl-auto=create -spring.jpa.show-sql=true \ No newline at end of file