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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This repository provides a simple and self-contained Java web application with security flaws common to mid-00's legacy projects that have not been updated.
4
4
5
-
The application uses Spring Boot and an embedded H2 database that resets every time the it starts. If you break it just restart it that everything will be reset.
5
+
The application uses Spring Boot and an embedded H2 database that resets every time it starts. If you break it just restart and everything will be reset.
6
6
7
7
The application will run on **HTTPS port 9000**. If this port is not available you will need to change the `application.properties` file on the source folder with the new one. (if you are using docker you just need to map the container's 9000 port to another port in the host).
0 commit comments