Continuing with the previous example, let’s add security to the application. In the Roo Shell, I type:
security setup
Files created or updated:
Created META-INF/spring/applicationContext-security.xml Created views/login.jspx Updated WEB-INF/views/views.xml Updated pom.xml Updated WEB-INF/web.xml Updated WEB-INF/spring/webmvc-config.xml
New dependencies added:
spring-security-core 3.0.5.RELEASE spring-security-config 3.0.5.RELEASE spring-security-web 3.0.5.RELEASE spring-security-taglibs 3.0.5.RELEASE
In pom.xml I change the property spring-security.version to 3.1.0.RELEASE.
. . . → Read More: Adding Spring Security with Roo 1.1.5
Recent Comments