Using Grails GSP as a Spring Boot templating engine (in a non-Grails app) #15659
-
|
It looks like there was a Maven dependency I see that remnants still exist in the source ( Does anyone have any advice on whether using GSP as a templating engine in a Spring Boot app is possible, and how that might best be configure? TIA. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
This is an interesting question. I would also like to know how to use GSP pages as a templating engine in Spring Boot. The Fields plugin always causes me problems when wanting to modify produced pages, especially f:table ones. |
Beta Was this translation helpful? Give feedback.
We moved the code over but did not publish because of numerous code smells. We had hoped to refactor GSP so that it could be properly included in a spring only app. I think there is an example test app that is Spring only, but we didn't want to publish and commit to that yet. We are open source - pull requests are welcome in this area.