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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
Java Security
2
2
============
3
3
This repository contains several Java web applications and command line applications covering different security topics.
4
-
Projects containing a Dockerfile can be launched via `docker run -d -i -p 8080:8080 -t dschadow/[PROJECT]` after the
5
-
image has been created.
6
4
7
5
Have a look at the [slides](https://blog.dominikschadow.de/events) from various events covering the applications in this
8
6
repository. The **[Java Web Security Workshop](https://blog.dominikschadow.de/workshop)** uses all these applications in
@@ -11,7 +9,11 @@ much greater detail.
11
9
#Web Applications in Detail
12
10
Some web applications contain exercises. Instructions are provided in detail in each web application.
13
11
14
-
Using [Mozilla Firefox](https://www.mozilla.org) as browser is strongly recommended. Some web applications are based on Spring Boot and can be started via the **main** method in the **Application** class or via **mvn spring-boot:run** . The other web applications either contain an embedded **Tomcat7 Maven plugin** which can be started via **mvn tomcat7:run-war** or an embedded **Jetty Maven plugin** which can be started via **mvn jetty:run-war**.
12
+
Using [Mozilla Firefox](https://www.mozilla.org) as browser is strongly recommended. Some web applications are based on
13
+
Spring Boot and can be started via the **main** method in the **Application** class or via **mvn spring-boot:run** .
14
+
Projects containing a Dockerfile can be launched via `docker run -d -i -p 8080:8080 -t dschadow/[PROJECT]` after the
15
+
image has been created. The other web applications either contain an embedded **Tomcat7 Maven plugin** which can be
16
+
started via **mvn tomcat7:run-war** or an embedded **Jetty Maven plugin** which can be started via **mvn jetty:run-war**.
15
17
16
18
##access-control-spring-security
17
19
Access control demo project utilizing [Spring Security](http://projects.spring.io/spring-security) in a Spring Boot application. Shows how to safely load user data from a database without using potentially faked frontend values. After launching, open the web application in your browser at **http://localhost:8080**.
0 commit comments