Skip to content

Commit 7a0aa2e

Browse files
Added dummy yaml file data in applicaion-test.yml
removed file from main and added in test resources folder Signed-off-by: vimal-java-dev <vimal929@gmail.com>
1 parent 04af5a6 commit 7a0aa2e

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

src/main/resources/application-test.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/test/resources/application-test.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,22 @@ spring:
44
driver-class-name: org.h2.Driver
55
username: sa
66
password:
7+
mail:
8+
host: localhost
9+
port: 1025
10+
username: test
11+
password: test
712

813
jpa:
914
hibernate:
1015
ddl-auto: create-drop
1116

1217
flyway:
13-
enabled: false
18+
enabled: false
19+
20+
app:
21+
mail:
22+
from: test@test.com
23+
enabled: false
24+
admin:
25+
email: test@test.com

0 commit comments

Comments
 (0)