We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0498840 commit 5da993eCopy full SHA for 5da993e
application/wypl-core/src/main/resources/application.properties
application/wypl-core/src/main/resources/application.yml
@@ -0,0 +1,25 @@
1
+spring:
2
+ application:
3
+ name: wypl-calendar
4
+ jpa:
5
+ properties:
6
+ hibernate:
7
+ show_sql: true
8
+ format_sql: true
9
10
+ ddl-auto: create-drop
11
+ datasource:
12
+ driver-class-name: org.h2.Driver
13
+ username: sa
14
+ password: 1234
15
+ url: jdbc:h2:mem:db
16
+ h2:
17
+ console:
18
+ enabled: true
19
+ path: /h2
20
+
21
+de:
22
+ flapdoodle:
23
+ mongodb:
24
+ embedded:
25
+ version: 4.0.2
0 commit comments