igorrosenberg / grails-plugin-uml-class-diagram

Generate UML diagrams from your Grails app source code.
Apache License 2.0
7 stars 4 forks source link

No relations between classes (layers) #2

Closed igorrosenberg closed 9 years ago

igorrosenberg commented 9 years ago

Trivial project with 1 controller and 3 services gives the following no-relations

http://localhost:8080/web1/uml/?diagramType=LAYERS

Notice how the type inference of s1, s2, s3 got lost.

igorrosenberg commented 9 years ago

Name of the dependencies must follow grails conventions: s1Service, etc.

relations