spring roo - Modifying show method of generated roo controler -
I am learning Roo and building a database with a student object that has associated score objects. I would like to display, when the show method is executed on the student controller. There is no code in the StudentController.java file, do I believe that I need to modify the associated .jpg file? If so, how do I tell to not overwrite any changes?
Your code is managed by StudentController.java .j files, .java files up to you And will not be overwritten by Roo.
Comments
Post a Comment