Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 1c16a14

Browse files
committed
🔧 Update samples configurations
1 parent 4ceb3ad commit 1c16a14

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎samples/basic/src/main/resources/application.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
spring.shell.interactive.enabled: false
2+
13
ssh:
24
shell:
35
prompt:

‎samples/complete/src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ spring:
55
url: jdbc:h2:mem:testdb
66
second-datasource:
77
url: jdbc:h2:mem:testdb2
8-
shell.interactive.enabled: false
9-
main.lazy-initialization: false
8+
shell.interactive.enabled: true
9+
main.lazy-initialization: true
1010

1111
ssh:
1212
shell:

0 commit comments

Comments
 (0)