You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring shell @ symbol is coming as null from cli to ShellMethod ShellOption attribute.
@ShellOption(help = "Variable delimiter", value = "--delimiter", defaultValue = "@") String delimiter
I am passing --delimiter "@" from cli, I printed it, it is comming correctly in Spring boot main app command line args but when it reaches to ShellOption of ShellMethod becomes null,
Any one knows why it is happening?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Spring shell @ symbol is coming as null from cli to ShellMethod ShellOption attribute.
@ShellOption(help = "Variable delimiter", value = "--delimiter", defaultValue = "@") String delimiter
I am passing --delimiter "@" from cli, I printed it, it is comming correctly in Spring boot main app command line args but when it reaches to ShellOption of ShellMethod becomes null,
Any one knows why it is happening?
Beta Was this translation helpful? Give feedback.
All reactions