summaryrefslogtreecommitdiffhomepage
path: root/src/main/resources
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-07-03 20:56:38 -0400
committerrealtradam <[email protected]>2024-07-03 20:56:38 -0400
commit2878af20a144f0199ca8bd893db530b3dd3f3cda (patch)
treea9c71587ee277997ce20780d0c5c16c92c47fe16 /src/main/resources
parent94212c208e86e0b52bd08a105ea3a019704a64f0 (diff)
downloadspring-blog-2878af20a144f0199ca8bd893db530b3dd3f3cda.tar.gz
spring-blog-2878af20a144f0199ca8bd893db530b3dd3f3cda.zip
change base project, new init
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/application.properties8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 2109a44..45084fa 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1 +1,7 @@
-spring.application.name=demo
+spring.application.name=web
+spring.datasource.url=jdbc:postgresql://localhost:5432/spring
+spring.datasource.username=tradam
+spring.datasource.driver-class-name=org.postgresql.Driver
+
+spring.jpa.hibernate.ddl-auto=update
+spring.jpa.show-sql=true