Gabomgp4
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Gabomgp4 created a post, is ModelAndView(View view, @Nullable Map<String, ?> model) constructor supported in IntelliJ Spring plugin?
I'm working with IntelliJ and Spring Boot 2.3.1. The problem is when I'm using code like this: fun homePage() = run { val model = mapOf( "bean" to CheckAvailabilityBackingBean(), ...