Skip to content

Commit 28bc63d

Browse files
committed
Updated description
1 parent b2436dd commit 28bc63d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
Java Security
22
============
33
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.
64

75
Have a look at the [slides](https://blog.dominikschadow.de/events) from various events covering the applications in this
86
repository. The **[Java Web Security Workshop](https://blog.dominikschadow.de/workshop)** uses all these applications in
@@ -11,7 +9,11 @@ much greater detail.
119
#Web Applications in Detail
1210
Some web applications contain exercises. Instructions are provided in detail in each web application.
1311

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**.
1517

1618
##access-control-spring-security
1719
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

Comments
 (0)