Skip to content

Commit 8749c4c

Browse files
Create README
1 parent 100cca6 commit 8749c4c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

7/PrimeNGandSpringREST/README

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Data table pagination via PrimeNG + Spring MVC 4 RESTful web service + Hibernate JPA
2+
3+
![alt text](http://www.primefaces.org/images/primeng.png "PrimeNG")
4+
5+
Before executing the application run the below command in the PrimeNGandSpringREST\src\main\webapp folder:
6+
7+
```
8+
npm install
9+
```
10+
11+
After you obtain the /node_modules folder, you can run the application. I've tested under Payara with database 'myproducts' in MySQL 5. SQL script for creating the database:
12+
13+
'''
14+
'''

0 commit comments

Comments
 (0)