Skip to content

Commit f7269ad

Browse files
committed
URL PATH of Actions - Controller Methods Refactoring
1 parent d18900e commit f7269ad

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

etc/urls01.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
etc/urls01.txt
2-
---------------------------------------------------------------------
3-
So 5. Apr 23:22:51 CEST 2020
4-
---------------------------------------------------------------------
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
So 5. Apr 23:27:12 CEST 2020
4+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55
#####################################################################
66
/home/tw/IdeaProjects/Spring-Framework-Java-Apps/simpleworklist/src/main/java/org/woehlke/simpleworklist/context
77
---------------------------------------------------------------------
@@ -140,4 +140,4 @@ So 5. Apr 23:22:51 CEST 2020
140140
323: @RequestMapping(path = "/language", method = RequestMethod.GET)
141141
337: @RequestMapping(path = "/language", method = RequestMethod.POST)
142142
---------------------------------------------------------------------
143-
---------------------------------------------------------------------
143+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

etc/urls02.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
etc/urls02.txt
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
So 5. Apr 23:27:12 CEST 2020
14
etc/urls01.txt
2-
---------------------------------------------------------------------
3-
5. Apr 23:22:51
4-
---------------------------------------------------------------------
5+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6+
5. Apr 23:27:12
7+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
58
#####################################################################
69
/context
710
---------------------------------------------------------------------
@@ -140,4 +143,4 @@ etc/urls01.txt
140143
@RequestMapping(path = "/language",
141144
@RequestMapping(path = "/language",
142145
---------------------------------------------------------------------
143-
---------------------------------------------------------------------
146+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

getUrls.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,9 @@ for i in $SUBDIRS_USER ; do
2929
done
3030
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" >> $OUTPUT
3131

32-
cat $OUTPUT | sed "s/\/home\/tw\/IdeaProjects\/Spring-Framework-Java-Apps\/simpleworklist\/src\/main\/java\/org\/woehlke\/simpleworklist//g" | tr -s " " | cut -d" " -f2-4 > $OUTPUT2
32+
echo "$OUTPUT2" > $OUTPUT2
33+
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" >> $OUTPUT2
34+
date >> $OUTPUT2
35+
cat $OUTPUT | sed "s/\/home\/tw\/IdeaProjects\/Spring-Framework-Java-Apps\/simpleworklist\/src\/main\/java\/org\/woehlke\/simpleworklist//g" | tr -s " " | cut -d" " -f2-4 >> $OUTPUT2
36+
3337
cat $OUTPUT2

0 commit comments

Comments
 (0)