Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Complete
-
2.0.0.M1
-
None
-
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.