J.T. Wenting
- 活动总数 33
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 13
-
-
-
J.T. Wenting 创建了一个帖子, 已回答Maven plugin doing weird things
This is only what the IDE shows, not what Maven actually executes (it downloads the correct version): ${java.version} is "11" in the pom file, "Eclipse Temurin 11.0.17" happens to be the name of t... -
-
-
J.T. Wenting 创建了一个帖子, 已回答Spring @Autowire error "more than one bean"
When a bean implementation exists both in the production and test codes, IntelliJ will mark @Autowired instances of this bean as "cannot autowire, more than one bean...". This is of course incorrec... -
J.T. Wenting 进行了评论, -
J.T. Wenting 创建了一个帖子, Strange error creating an index in MariaDB
When creating an index in MariaDB, the following error appears in the event log (the index is created): [42S02][1109] Unknown table 'check_constraints' in information_schemaQuery is: selectconstr... -
J.T. Wenting 进行了评论, -
J.T. Wenting 创建了一个帖子, 已回答ClassCastException related to IDEA specific classes when running outside of IntelliJ
I've been getting the occasional ClassCastException when running a project that's related to what seems to be internal classes of IntelliJ. The project is a Java Webstart client (yes, legacy code) ...