We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390a8f2 commit e37320cCopy full SHA for e37320c
1 file changed
README.md
@@ -10,9 +10,9 @@ An example of full-stack JavaEE Application with JPA, CDI and JSF
10
11
### Installation
12
13
-Run on **Wildfly Server 10.1.0.Final**.
+Create the war file using Maven (with **mvn clean package** or from Eclipse)
14
15
-Deploy the war with the datasource file contained in the project
+Run on **Wildfly Server 10.1.0.Final**.
16
17
To add some user and notes to the database, uncomment the following annotations
18
```Java
0 commit comments