Skip to content

Commit

Permalink
🔧 Update samples configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
fonimus committed Aug 17, 2022
1 parent 4ceb3ad commit 1c16a14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions samples/basic/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
spring.shell.interactive.enabled: false

ssh:
shell:
prompt:
Expand Down
4 changes: 2 additions & 2 deletions samples/complete/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ spring:
url: jdbc:h2:mem:testdb
second-datasource:
url: jdbc:h2:mem:testdb2
shell.interactive.enabled: false
main.lazy-initialization: false
shell.interactive.enabled: true
main.lazy-initialization: true

ssh:
shell:
Expand Down

0 comments on commit 1c16a14

Please sign in to comment.