Add primary command sample

- New spring-shell-sample-catalog which is a skeleton meant for
  future view overhaul work.
- Relates #755
This commit is contained in:
Janne Valkealahti
2023-07-05 10:35:30 +01:00
parent 6fd1a1c78a
commit 625619fc92
5 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
spring:
main:
banner-mode: off
shell:
noninteractive:
primary-command: catalog
## disable console logging
logging:
pattern:
console:
## log debug from a cli
# file:
# name: shell.log
# level:
# root: debug
# org:
# springframework:
# shell: debug