We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752e40a commit e38989bCopy full SHA for e38989b
src/main/resources/application.properties
@@ -34,6 +34,16 @@ management.endpoints.web.exposure.include=*
34
# and with a sufficient length.
35
repo.auth.jwtSecret:test123
36
37
+###############################################################################
38
+# Database
39
40
+spring.datasource.driver-class-name: org.h2.Driver
41
+spring.datasource.url: jdbc:h2:file:/Users/maximilian/mps-data
42
+spring.datasource.username: test
43
+spring.datasource.password: test
44
+spring.jpa.hibernate.ddl-auto: update
45
+
46
47
##################################################
48
######### Mapping-Service ##########
49
0 commit comments