Thomas

- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
-
-
-
Thomas 创建了一个帖子, 已回答Unable to import Arrow core classes after adding Maven dependency
Hi all, I'm having trouble adding Arrow to a Maven project created from a simple start.spring.io skeleton. I've added Arrow core as a dependency to the POM and refreshed Maven. I can "Navigate -> C... -
Thomas 创建了一个帖子, 已回答Class doesn't contain matching constructor for autowiring
IntelliJ is giving me the error in the title for the following Kotlin code in a Spring Boot project: @Serviceclass JedisCacheRepository( private final val redisProperties: RedisProperties, privat... -
-
-
-
-
Thomas 创建了一个帖子, 已回答cannot find symbol -- integration test class depends on unit test class
We have a Java project with three source sets: main, test, integTest. There is a compile-time dependency between integTest and test (integTest depends on a class from test). The project builds and ...