java - Integrating Spring Security into Grails Using Netbeans IDE -
java - Integrating Spring Security into Grails Using Netbeans IDE -
am trying integrate spring security
grails web application using netbeans ide
.
steps were:
addedmavenrepo "http://repo.spring.io/milestone"
repository
compile ":spring-security-core:2.0-rc2"
plugins
. when seek grails s2-quickstart com.zot.auth user role
in cmd prompt below error. can help. know if can create spring security files straight in netbeans create pojos mean without using commandline.
| error error generating web.xml file (use --stacktrace see total trace)
i faced same problem , resolved using next steps:
grails clean grails refresh-dependencies
if still not work remove target
folder.
java grails spring-security
Comments
Post a Comment