Details
-
Type:
New Feature
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: 2.0.0.M1
-
Fix Version/s: 2.0.0.M2
-
Component/s: None
-
Labels:None
Description
Now a days, Spring Roo 1.x only allows developers to use JSP on view layers.
Spring Roo 2.x, should provide a system to install some differents views types like JSP, THYMELEAF, ANGULARJS, etc...
Using the following command
roo> web mvc view setup --type THYMELEAF | JSP | ... --module
you will be able to install more kind of view types in your project.