java - Resolve class ActionLogging , unable to find class for annotation -
i'm using grails 3.1.9 , intellj 2017, want use plug-in:
compile "org.grails.plugins:action-logging:1.1.1"   i downloaded correctly. add in controller, manual said:
package com.test  import org.mirzsoft.grails.actionlogging.annotation.*  class testcontroller {      @actionlogging     @springuseridentification     def index() {          }     } }   i see in packages downloaded, once try compile, got these message:
: 34: unable resolve class actionlogging ,  unable find class annotation  @ line 34, column 5.        @actionlogging   the annotation imported, far know. clue? thanks
that plugin has not been updated support grails 3 - can find grails 3 plugins @ http://plugins.grails.org/ - might try updating plugin or open issue , ask if author plans update support grails 3.
Comments
Post a Comment