Skip to content

Commit 2e264da

Browse files
added info to Readme file
1 parent 99ad144 commit 2e264da

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
# javaee-example
22
An example of full-stack JavaEE Application with JPA, CDI and JSF
3+
4+
### Installation
5+
6+
Run on **Wildfly Server 10.1.0.Final**.
7+
8+
Deploy the war with the datasource file contained in the project
9+
10+
To add some user and notes to the database, uncomment the following annotations
11+
```Java
12+
package it.unifi.ing.stlab.swa.bean;
13+
14+
@Singleton
15+
@Startup
16+
public class StartupBean {
17+
...
18+
}
19+
```

0 commit comments

Comments
 (0)