Skip to content

Commit 9ed040f

Browse files
committed
Update README.md
1 parent dc75b55 commit 9ed040f

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@ JavaContactSample
33

44
A simple webapp I created for a tech test.
55

6-
I didn't have a web framework picked out at the time
7-
so I just found something and went with it.
8-
(My personal webapps are normally in Node. My Java apps are work-related.)
6+
Warning
7+
-------
8+
9+
I am not happy with the architecture/design of this application,
10+
and probably would find something quite different for an actual production deployment.
11+
12+
The framework I previously used is proprietary, so I just found something online to start from.
13+
14+
When I have access to your applications I'll be able to reuse an architecture your team is familiar with.
915

1016
Dependencies
1117
------------
@@ -23,3 +29,5 @@ To run
2329
git clone https://github.com/700software/JavaContactSample
2430
cd JavaContactSample
2531
mvn tomcat7:run
32+
33+
Then visit http://localhost:8080/JavaContactsExample/

0 commit comments

Comments
 (0)