Thorsten Schoening

- 活动总数 38
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 9
- 订阅数 10
-
Thorsten Schoening 创建了一个帖子, 已回答Why are compiler settings in `.idea/compiler.xml` regularly reset?
I have the following setting in compiler.xml to be able to use Spring configuration properties properly. There's a similar setting in pom.xml, but seems that IDEA doesn't take that into account for... -
Thorsten Schoening 创建了一个帖子, 已回答Directory with resources dir ending on ".lib" not copied into "target/classes" when IDEA builds automatically.
I have the following project layout:project project-app project-lib srcmain java[…] resourcesfoo.bar.project.lib file1.yaml file2.yaml targetclasses project-war When I execute `mvn clean... -
-
-
Thorsten Schoening 创建了一个帖子, 已回答How to configure a classpath for custom Liquibase migrations for the Liquibase update dialog in the IDE UI?
Hi everyone,in the database section of IDEA there's a context menu to apply Liquibase updates in my projects, because I use Liquibase in those. Though, when doing so, I get a ClassNotFoundException... -
Thorsten Schoening 进行了评论, -
-
-
Thorsten Schoening 创建了一个帖子, 已回答How does the continuation setting in Java code formatter work?
Hi everyone,I have code like the following, which is automatically indented by one tab with size of 4 spaces. 1 tab for the method within the class, one tab for “return” within the method and a thi... -
Thorsten Schoening 创建了一个帖子, 已回答Am I able to configure the IntelliJ Java code formatter to keep alignment spaces within statements?
Hi everyone,I'm wondering if I'm able to tell the formatter somehow to keep the following code as-is. Note the spaces between interface names and “extends” or variable names and “=” or before the s...