Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-Booth authored Oct 17, 2021
1 parent 022c503 commit c4587e7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@ ability to:
System requirements
-------------------

The application this project produces is designed to be run on Red Hat JBoss Enterprise Application Platform (JBoss EAP) 7.0.0.
The application this project produces is designed to be run on Red Hat JBoss Enterprise Application Platform (JBoss EAP) 7.3.0.

All you need to build this project is Java 7.0 (Java SDK 1.7) or later, and Maven 3.0 or later.

**NOTE: JBoss EAP 7.0.0 only supports Java versions <= 8.0. Whilst JBoss EAP 7.1.0 supports newer Java versions, this project is mostly untested with this EAP version, and some features may not work.**
**NOTE: JBoss EAP 7.3.0 requires Java 11 or Java 12 to run correctly. This project has not been tested with any Java versions above Java 12.**

An HTML5 compatible browser such as Chrome, Safari 5+, Firefox 5+, or IE 9+ is required to view the Swagger
documentation.
Expand Down Expand Up @@ -76,7 +74,7 @@ _This section applies to **all students**!_

Start the JBoss server in the following way:

Start -> JBoss 7.0 - Start server
Start -> JBoss 7.3 - Start server

This will start the JBoss server with the default profile. It will also launch a new Command Prompt window containing logging output from the server. You must press enter to continue to confirm configuration is stored on the H: drive, and the server will start. Closing this `cmd` window will stop the server.

Expand Down

0 comments on commit c4587e7

Please sign in to comment.