We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cf4b00 + 04c84f4 commit 12b6ddfCopy full SHA for 12b6ddf
EasyKey.maven/ezk-maven-functions.sh
@@ -32,6 +32,7 @@ startSpringBoot() {
32
echo "Which profile?"
33
read defprofiles
34
my_array=("logging.level.root=DEBUG" \
35
+ "logging.level.org.springframework.web=TRACE"
36
"logging.level.web=DEBUG" \
37
"logging.level.sql=DEBUG" \
38
"logging.level.web=TRACE" \
README.md
@@ -2,7 +2,7 @@
2
<img src="https://github.com/nschlimm/EasyKey.shellmenu/assets/876604/2fb79ee4-60ad-4a9d-a224-d3e544662477" width="200px">
3
</p>
4
5
-<h1 align="center">Just a simple shell menu :hatched_chick:
+<h1 align="center">Just a shell menu :hatched_chick:
6
<br> (that simplified my work) </h1>
7
8
The time when you forget your favorite commands is over! :sweat_smile:
0 commit comments