Gabomgp4
- 活动总数 3
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 1
-
Gabomgp4 创建了一个帖子, 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(), ...